mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
8 lines
202 B
JSON
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
|
|
}
|