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:
@@ -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
|
||||
|
Reference in New Issue
Block a user