Last active
February 12, 2019 11:03
-
-
Save trieloff/9705e661e06cf25227e568cea85a0dfd 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": { | |
"test": "nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 100 --lines 100 mocha", | |
}, | |
"devDependencies": { | |
"mocha": "^5.2.0", | |
"nyc": "^13.1.0", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment