Use plugin-babel-istanbul for codecoverage

This commit is contained in:
Daniel Tschinder
2016-07-13 11:43:31 +02:00
parent 3fad8cc9a7
commit 406cd33ca2
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"plugins": ["transform-runtime"],
"env": {
"test": {
"sourceMaps": "inline"
"plugins": ["istanbul"]
}
}
}