1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Rename "js/tests/units" to "js/tests/unit". (#29503)

This commit is contained in:
XhmikosR
2019-10-09 01:27:43 +03:00
committed by GitHub
parent 1770691b33
commit 577bf8b14d
20 changed files with 5 additions and 5 deletions

View File

@@ -58,15 +58,15 @@ const conf = {
},
files: [
'node_modules/hammer-simulator/index.js',
{ pattern: 'js/tests/units/**/*.spec.js', watched: !browserStack }
{ pattern: 'js/tests/unit/**/*.spec.js', watched: !browserStack }
],
preprocessors: {
'js/tests/units/**/*.spec.js': ['rollup']
'js/tests/unit/**/*.spec.js': ['rollup']
},
rollupPreprocessor: {
plugins: [
istanbul({
exclude: ['js/tests/units/**/*.spec.js', 'js/tests/helpers/**/*.js']
exclude: ['js/tests/unit/**/*.spec.js', 'js/tests/helpers/**/*.js']
}),
babel({
// Only transpile our source code