Skip to content

Commit 3d7b648

Browse files
committed
use local mocha in ./node_modules/.bin instead of global mocha
1 parent 01aca66 commit 3d7b648

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
@@ -31,6 +31,6 @@
3131
"mocha": "~1.17.1"
3232
},
3333
"scripts": {
34-
"test": "mocha -R spec"
34+
"test": "./node_modules/.bin/mocha -R spec"
3535
}
3636
}

0 commit comments

Comments
 (0)