Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0a5ba4aa
Commit
0a5ba4aa
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #14641 from twbs/hide-passing
Make it easier to see failing tests in Sauce screencasts
parents
3a1bf02e
6f646633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/tests/index.html
+5
-0
js/tests/index.html
with
5 additions
and
0 deletions
+5
-0
js/tests/index.html
+
5
-
0
View file @
0a5ba4aa
...
...
@@ -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
=
[]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment