Skip to content

Instantly share code, notes, and snippets.

@trieloff
Last active February 12, 2019 11:03
Show Gist options
  • Save trieloff/9705e661e06cf25227e568cea85a0dfd to your computer and use it in GitHub Desktop.
Save trieloff/9705e661e06cf25227e568cea85a0dfd to your computer and use it in GitHub Desktop.
{
"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