summaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index d10de05258b..39bb7858087 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -31,7 +31,7 @@ if (BABEL_ENV === 'coverage') {
plugins.push([
'babel-plugin-istanbul',
{
- exclude: ['spec/javascripts/**/*', 'app/assets/javascripts/locale/**/app.js'],
+ exclude: ['app/assets/javascripts/locale/**/app.js'],
},
]);
}