thelounge/test/.mocharc.yml

16 lines
289 B
YAML
Raw Permalink Normal View History

2020-03-22 11:47:41 +01:00
color: true
check-leaks: true
recursive: true
reporter: dot
interactive: false
spec: "test/**/*.ts"
2020-03-22 11:47:41 +01:00
ignore: "test/client/**"
extension: ["ts", "js"]
require:
- "ts-node/register"
# - "jsdom-global/register"
- "test/fixtures/env.ts"
globals:
- "__VUE_PROD_DEVTOOLS__"
- "__VUE__"