Commit b260d93c authored by Chris Rebert's avatar Chris Rebert
Browse files

more detailed QUnit test results in Sauce

parent 2a6b6f85
Showing with 6 additions and 1 deletion
+6 -1
......@@ -4,12 +4,17 @@
<title>Bootstrap Plugin Test Suite</title>
<!-- jquery -->
<!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
<script src="vendor/jquery.js"></script>
<!-- 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) {
window.global_test_results = results
})
</script>
<!-- plugin sources -->
<script src="../../js/transition.js"></script>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment