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:
authorJohann-S <johann.servoire@gmail.com>2017-11-24 12:23:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit330a29734f1f33fe6901754e03e16f8f6605e62d (patch)
tree0b6d709bc963cd8c02853aa185410d31e0815774 /js/tests/karma.conf.js
parent2ff8ed5cbfceb6e9d42e81b48eaf5855f56be5a0 (diff)
fix chores karma
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index 52a3ba23e4..326287bffa 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -107,6 +107,10 @@ if (bundle) {
)
files = files.concat([
jqueryFile,
+ 'js/coverage/dist/dom/eventHandler.js',
+ 'js/coverage/dist/dom/selectorEngine.js',
+ 'js/coverage/dist/dom/data.js',
+ 'js/coverage/dist/dom/manipulator.js',
'js/coverage/dist/util.js',
'js/coverage/dist/tooltip.js',
'js/coverage/dist/!(util|index|tooltip).js' // include all of our js/dist files except util.js, index.js and tooltip.js