This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/test/.mocharc.yml

9 lines
154 B
YAML

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