mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
coverage: ignore node_modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user