We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012d443 commit f5e16ceCopy full SHA for f5e16ce
js/tests/index.html
@@ -22,11 +22,11 @@
22
<script src="../../assets/js/vendor/popper.min.js"></script>
23
24
<!-- QUnit -->
25
- <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.4.1.css" media="screen">
26
- <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>
27
28
<!-- Sinon -->
29
- <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>
30
31
<script>
32
// Disable jQuery event aliases to ensure we don't accidentally use any of them
0 commit comments