Skip to content

Instantly share code, notes, and snippets.

@gztchan
Last active April 18, 2018 07:25
Show Gist options
  • Save gztchan/15d06ac4cb8cb6cb6280f1bb37c010ac to your computer and use it in GitHub Desktop.
Save gztchan/15d06ac4cb8cb6cb6280f1bb37c010ac to your computer and use it in GitHub Desktop.
.babelrc, Generate Coverage with Karma for New JavaScript features
{
"env": {
"test": {
"plugins": [
[
"istanbul",
{
"include": ["lib/selection/**/*.js"]
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment