Skip to content

Commit

Permalink
fix: code coverage for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 11, 2021
1 parent c406fae commit 68032c1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion npm/vue/babel.config.json
@@ -1,6 +1,14 @@
{
"plugins": [
"@babel/plugin-transform-modules-commonjs",
"babel-plugin-istanbul"
[
"babel-plugin-istanbul",
{
"extension": [
".js",
".vue"
]
}
]
]
}

0 comments on commit 68032c1

Please sign in to comment.