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
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-03-21 12:47:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-21 13:15:47 +0300
commitf5e16ceccc477a0a8df428e37f8a97319e3ed483 (patch)
tree924d640d5ede7e2b4e3206e46e91405ee7c71dae /js
parent012d4433c253be1e473b166bae5cb7b8a47bace2 (diff)
tests: load 3rd-party libs from the local node_modules folder.
This reduces duplication and the chances to forget to update something.
Diffstat (limited to 'js')
-rw-r--r--js/tests/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index c061d4fb25..4b10c21691 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -22,11 +22,11 @@
<script src="../../assets/js/vendor/popper.min.js"></script>
<!-- QUnit -->
- <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.4.1.css" media="screen">
- <script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script>
+ <link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css" media="screen">
+ <script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
<!-- Sinon -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.4.6/sinon-no-sourcemaps.min.js"></script>
+ <script src="../../node_modules/sinon/pkg/sinon-no-sourcemaps.js"></script>
<script>
// Disable jQuery event aliases to ensure we don't accidentally use any of them