Exclude translations from coverage report
This commit is contained in:
parent
be623ef3c1
commit
ee66b31641
1 changed files with 2 additions and 1 deletions
3
.babelrc
3
.babelrc
|
@ -8,7 +8,8 @@
|
|||
"plugins": [
|
||||
["istanbul", {
|
||||
"exclude": [
|
||||
"spec/javascripts/**/*"
|
||||
"spec/javascripts/**/*",
|
||||
"app/assets/javascripts/locale/**/app.js"
|
||||
]
|
||||
}],
|
||||
["transform-define", {
|
||||
|
|
Loading…
Reference in a new issue