Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcav committed Dec 1, 2015
1 parent bc77a2a commit b760c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"test": "mocha -R spec test/**/*Test*.js",
"coverage": "istanbul cover -x *.test.js _mocha -- -R spec test/**/*Test*.js",
"coverage": "istanbul cover -x test/**/*Test*.js _mocha -- -R spec test/**/*Test*.js",
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100"
}
}

0 comments on commit b760c12

Please sign in to comment.