aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-18 01:53:17 -0800
committerChris Rebert <[email protected]>2014-02-18 01:53:17 -0800
commitdd9e9ce123135d5d85e5d9d8cc1e3f898d1d4cb3 (patch)
tree14b014b33c9a96b3b336776bf89412020369c9d0
parent27de7375213ee36a24883b829fc0e33725cf5f60 (diff)
parenta4dac463e082bbe11fef05e28f1430780d03980b (diff)
downloadbootstrap-dd9e9ce123135d5d85e5d9d8cc1e3f898d1d4cb3.tar.xz
bootstrap-dd9e9ce123135d5d85e5d9d8cc1e3f898d1d4cb3.zip
Merge pull request #12772 from ZDroid/tests-index
Improve `js/tests/index.html`
-rw-r--r--js/tests/index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 8c6e858e4..60f543abf 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -3,20 +3,20 @@
<head>
<title>Bootstrap Plugin Test Suite</title>
- <!-- jquery -->
+ <!-- jQuery -->
<script src="vendor/jquery.js"></script>
- <!-- qunit -->
+ <!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
<script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
- QUnit.done(function(results) {
+ QUnit.done(function (results) {
window.global_test_results = results
})
</script>
- <!-- plugin sources -->
+ <!-- Plugin sources -->
<script>$.support.transition = false</script>
<script src="../../js/alert.js"></script>
<script src="../../js/button.js"></script>
@@ -30,8 +30,7 @@
<script src="../../js/popover.js"></script>
<script src="../../js/affix.js"></script>
- <!-- unit tests -->
- <script src="unit/transition.js"></script>
+ <!-- Unit tests -->
<script src="unit/alert.js"></script>
<script src="unit/button.js"></script>
<script src="unit/carousel.js"></script>