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

Commit

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

0 comments on commit fa8cd99

Please sign in to comment.