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>2019-03-27 13:58:00 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit62730d9afd4e208ab9b490a073ab6426463e41b6 (patch)
treed105f488d2cf5c9aef81efbc0e4ea8d2e690488b /js/tests/karma.conf.js
parent747f0f4c7b01a3900c163bb9b11715fa2380faea (diff)
rewrite carousel unit tests
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index b5b9fb3736..00bf5d8d35 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -74,7 +74,9 @@ const rollupPreprocessor = {
}
}
-let files = []
+let files = [
+ 'node_modules/hammer-simulator/index.js'
+]
const conf = {
basePath: '../..',