Skip to content

Commit

Permalink
Use explicit path to mocha bin in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Mar 10, 2015
1 parent 3b2f4ea commit 7ff10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"node": "*"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -b -R tap tests",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -b -R tap tests",
"browserfiles": "./bin/bundle browser/nunjucks; SLIM=1 ./bin/bundle browser/nunjucks-slim"
},
"bin": {
Expand Down

0 comments on commit 7ff10e3

Please sign in to comment.