pokemon-showdown/.mocharc.json
Annika ffd0092bfb Random Battles: Add basic unit test framework
This will save me a lot of time typing in `/eval`s on localhost to test, and also hopefully catch regressions!
2021-03-18 18:17:25 -07:00

8 lines
233 B
JSON

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