Skip to content

Instantly share code, notes, and snippets.

@pnakibar
Created July 1, 2016 19:49
Show Gist options
  • Save pnakibar/4a7df63b3efae45f573fadbdc8f1e87c to your computer and use it in GitHub Desktop.
Save pnakibar/4a7df63b3efae45f573fadbdc8f1e87c to your computer and use it in GitHub Desktop.
{
// ...
"scripts": {
// ...
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- ./test/* --recursive"
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment