Skip to content

Instantly share code, notes, and snippets.

@stash
Created May 22, 2014 19:48
Show Gist options
  • Select an option

  • Save stash/678fa4b23a5d948923bd to your computer and use it in GitHub Desktop.

Select an option

Save stash/678fa4b23a5d948923bd to your computer and use it in GitHub Desktop.
Istanbul-Mocha integration via `npm run coverage`
{
"name": "whatever",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha tests"
},
"devDependencies": {
"mocha": "~1.18.2",
"istanbul": "~0.2.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment