Skip to content

Commit 1e9613f

Browse files
author
Benjamin Coe
committed
slight tweak to test command
1 parent 3aaef47 commit 1e9613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"coverage": "nyc report --reporter=text-lcov | coveralls",
1414
"test": "nyc ./test/run.sh",
15-
"mocha": "nyc mocha ./test/mocha/*.js"
15+
"mocha": "nyc ./node_modules/.bin/_mocha ./test/mocha/*.js"
1616
},
1717
"devDependencies": {
1818
"async": "^1.3.0",

0 commit comments

Comments
 (0)