braid/node_modules/mocha/lib/mocharc.json

11 lines
174 B
JSON

{
"diff": true,
"extension": ["js"],
"opts": "./test/mocha.opts",
"package": "./package.json",
"reporter": "spec",
"slow": 75,
"timeout": 2000,
"ui": "bdd"
}