pokemon-showdown/.mocharc.json
2020-10-09 22:33:17 -07:00

8 lines
202 B
JSON

{
"spec": ["test/main.js", "test/lib/**/*.js", "test/server/**/*.js", "test/sim/**/*.js", "test/tools/**/*.js"],
"grep": "^((?!\\(slow\\)).)*$",
"reporter": "dot",
"ui": "bdd",
"exit": true
}