thelounge/test/.mocharc.yml

9 lines
157 B
YAML
Raw 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/**"
2022-05-15 00:18:06 +02:00
require: "test/fixtures/env.ts"