hardlounge/test/.mocharc.yml
2024-02-02 03:23:31 +00:00

15 lines
270 B
YAML

color: true
check-leaks: true
recursive: true
reporter: dot
spec: "test/**/*.ts"
ignore: "test/client/**"
extension: ["ts", "js"]
require:
- "ts-node/register"
# - "jsdom-global/register"
- "test/fixtures/env.ts"
globals:
- "__VUE_PROD_DEVTOOLS__"
- "__VUE__"