thelounge/test/.mocharc.yml
2022-05-30 22:12:40 -07:00

17 lines
315 B
YAML

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