aboutsummaryrefslogtreecommitdiff
path: root/js/tests/index.html
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-03-09 23:17:57 +0100
committerJohann-S <[email protected]>2018-03-13 15:37:11 +0100
commit4d5c5923fae8a4f85462708a2b87c0698cd06b79 (patch)
tree374eab823a62bdce4d6c0e4800aa4c1ec8d7a265 /js/tests/index.html
parentc98ece549001f35e0e75fb59ff2236a9c1a97b9d (diff)
downloadbootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.tar.xz
bootstrap-4d5c5923fae8a4f85462708a2b87c0698cd06b79.zip
Add Sinon to do better unit test
Diffstat (limited to 'js/tests/index.html')
-rw-r--r--js/tests/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 471fa36aa..e5a76d98e 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -25,6 +25,9 @@
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
+ <!-- Sinon -->
+ <script src="vendor/sinon.min.js"></script>
+
<script>
// Disable jQuery event aliases to ensure we don't accidentally use any of them
[