]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix chores karma
authorJohann-S <johann.servoire@gmail.com>
Fri, 24 Nov 2017 09:23:31 +0000 (10:23 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 20 Feb 2019 20:05:45 +0000 (22:05 +0200)
js/tests/karma.conf.js

index 52a3ba23e4efd8c374c2a9aa30fa14cb2a483402..326287bffa224f586979f80577a8f6b8dd36b696 100644 (file)
@@ -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