mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
This will save me a lot of time typing in `/eval`s on localhost to test, and also hopefully catch regressions!
8 lines
233 B
JSON
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
|
|
}
|