We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaef47 commit 1e9613fCopy full SHA for 1e9613f
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"coverage": "nyc report --reporter=text-lcov | coveralls",
14
"test": "nyc ./test/run.sh",
15
- "mocha": "nyc mocha ./test/mocha/*.js"
+ "mocha": "nyc ./node_modules/.bin/_mocha ./test/mocha/*.js"
16
},
17
"devDependencies": {
18
"async": "^1.3.0",
0 commit comments