thelounge/test/.mocharc.yml

14 lines
249 B
YAML

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