thelounge/test/.mocharc.yml
Max Leiter 3a7c9006bb
[ts-migrate][test] Init tsconfig.json file
Co-authored-by: ts-migrate <>
2022-05-21 11:49:32 -07:00

9 lines
154 B
YAML

color: true
check-leaks: true
recursive: true
reporter: dot
interactive: false
spec: "test/**/*.ts"
ignore: "test/client/**"
require: "test/fixtures/env"