diff options
| author | Johann-S <[email protected]> | 2017-11-24 10:23:31 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 330a29734f1f33fe6901754e03e16f8f6605e62d (patch) | |
| tree | 0b6d709bc963cd8c02853aa185410d31e0815774 | |
| parent | 2ff8ed5cbfceb6e9d42e81b48eaf5855f56be5a0 (diff) | |
| download | bootstrap-330a29734f1f33fe6901754e03e16f8f6605e62d.tar.xz bootstrap-330a29734f1f33fe6901754e03e16f8f6605e62d.zip | |
fix chores karma
| -rw-r--r-- | js/tests/karma.conf.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 52a3ba23e..326287bff 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 |
