2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

tests: use QUnit from the jQuery CDN.

This commit is contained in:
XhmikosR
2018-03-14 01:30:06 +02:00
parent 1a40784ab8
commit 7d3ca1b2ea
4 changed files with 79 additions and 5576 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
<script src="../../assets/js/vendor/popper.min.js"></script>
<!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
<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>
<!-- Sinon -->
<script src="vendor/sinon.min.js"></script>