Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-09 01:27:43 +0300
committerGitHub <noreply@github.com>2019-10-09 01:27:43 +0300
commit577bf8b14d76a864a8d69dbfb03b757fbeb6e241 (patch)
tree354238ff0aaca853a9698c191eeb4c2143c39c16 /js/tests/karma.conf.js
parent1770691b339bdbf17de5e8824158b358dc0284a9 (diff)
Rename "js/tests/units" to "js/tests/unit". (#29503)
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index 8e30094104..624f5f638a 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -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