thelounge/test/.mocharc.yml

14 lines
249 B
YAML
Raw Permalink Normal View History

2020-03-22 11:47:41 +01:00
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__"