aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/tests/karma.conf.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index 1ab0629a4..6e1effc3a 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -68,7 +68,11 @@ const conf = {
rollupPreprocessor: {
plugins: [
istanbul({
- exclude: ['js/tests/unit/**/*.spec.js', 'js/tests/helpers/**/*.js']
+ exclude: [
+ 'node_modules/**',
+ 'js/tests/unit/**/*.spec.js',
+ 'js/tests/helpers/**/*.js'
+ ]
}),
babel({
// Only transpile our source code