mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Make it easier to see failing tests in Sauce screencasts
...by hiding passing tests in the list of tests.
This commit is contained in:
parent
3a1bf02ebf
commit
6f6466330d
1 changed files with 5 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue