11 lines
174 B
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"
|
|
}
|