thelounge/test/.mocharc.yml
Max Leiter dd05ee3a65
TypeScript and Vue 3 (#4559)
Co-authored-by: Eric Nemchik <eric@nemchik.com>
Co-authored-by: Pavel Djundik <xPaw@users.noreply.github.com>
2022-06-18 17:25:21 -07:00

16 lines
289 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_PROD_DEVTOOLS__"
- "__VUE__"