thelounge/test/.mocharc.yml

9 lines
154 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/**/*.js"
ignore: "test/client/**"
require: "test/fixtures/env"