coverage: ignore node_modules

This commit is contained in:
XhmikosR 2020-05-09 22:28:09 +03:00
parent 86fbe1c2ef
commit fbdacc0e92

View File

@ -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