pokemon-showdown-loginserver/.mocharc.json
2022-12-29 21:22:53 -06:00

7 lines
122 B
JSON

{
"spec": [".dist/src/test/main.js", ".dist/src/test/**.test.js"],
"reporter": "dot",
"ui": "bdd",
"exit": true
}