0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #14641 from twbs/hide-passing

Make it easier to see failing tests in Sauce screencasts
This commit is contained in:
Chris Rebert 2014-09-18 00:45:45 -07:00
commit 0a5ba4aab2

View File

@ -10,6 +10,11 @@
<!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
<style>
#qunit-tests > li.pass {
display: none;/* Make it easier to see failing tests is Sauce screencasts */
}
</style>
<script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
var log = []