mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
coverage: ignore node_modules
This commit is contained in:
parent
86fbe1c2ef
commit
fbdacc0e92
@ -68,7 +68,11 @@ const conf = {
|
|||||||
rollupPreprocessor: {
|
rollupPreprocessor: {
|
||||||
plugins: [
|
plugins: [
|
||||||
istanbul({
|
istanbul({
|
||||||
exclude: ['js/tests/unit/**/*.spec.js', 'js/tests/helpers/**/*.js']
|
exclude: [
|
||||||
|
'node_modules/**',
|
||||||
|
'js/tests/unit/**/*.spec.js',
|
||||||
|
'js/tests/helpers/**/*.js'
|
||||||
|
]
|
||||||
}),
|
}),
|
||||||
babel({
|
babel({
|
||||||
// Only transpile our source code
|
// Only transpile our source code
|
||||||
|
Loading…
Reference in New Issue
Block a user