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>2018-09-14 16:09:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 12:50:18 +0300
commit787441d4bf39529384b68e7a9b026e703ad4740a (patch)
treec5ad407248f7d1599e9eca7593685e09b7179e9a /js/tests/karma.conf.js
parent5543229950051c2a2b9c1dc49a7d548759adc3d6 (diff)
docs: use the bundle dist file.
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js
index e32c2e2fd0..070606a521 100644
--- a/js/tests/karma.conf.js
+++ b/js/tests/karma.conf.js
@@ -46,7 +46,7 @@ const customLaunchers = {
}
}
-let files = ['site/docs/4.1/assets/js/vendor/popper.min.js']
+let files = ['node_modules/popper.js/dist/umd/popper.min.js']
const conf = {
basePath: '../..',
port: 9876,