Skip to content

Commit ce0eb31

Browse files
committed
Update path to mocha file
1 parent f977986 commit ce0eb31

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
@@ -3,7 +3,7 @@
33
"description": "Express style path to RegExp utility",
44
"version": "0.1.2",
55
"scripts": {
6-
"test": "istanbul cover _mocha -- -R spec"
6+
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
77
},
88
"keywords": [
99
"express",

0 commit comments

Comments
 (0)