Created
July 1, 2016 19:32
-
-
Save pnakibar/d0d6c11889ed8e53871a1b19d8c30d5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ... | |
"scripts": { | |
// ... | |
"coverage": "istanbul cover _mocha -- ./test/* --recursive" | |
} | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment