Files
ScoreSpot/ProjectSourceCode/node_modules/mocha/lib/mocharc.json

11 lines
174 B
JSON
Raw Normal View History

2024-04-11 04:23:19 -06:00
{
"diff": true,
"extension": ["js"],
"opts": "./test/mocha.opts",
"package": "./package.json",
"reporter": "spec",
"slow": 75,
"timeout": 2000,
"ui": "bdd"
}