mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03: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