2
0
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:
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
+3 -3
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