Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 1, 2017
1 parent 7f698b2 commit 485bfb3
Show file tree
Hide file tree
Showing 12 changed files with 1,171 additions and 579 deletions.
313 changes: 173 additions & 140 deletions dist/dependencies/jquery.js

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions dist/dependencies/qunit.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* QUnit 2.1.1
* QUnit 2.3.2
* https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2017-01-06T01:52Z
* Date: 2017-04-18T02:19Z
*/

/** Font Family and Sizes */
Expand Down Expand Up @@ -236,7 +236,7 @@
}

#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
#qunit-tests.hidepass li.pass:not(.todo) {
visibility: hidden;
position: absolute;
width: 0;
Expand Down Expand Up @@ -384,6 +384,7 @@
background-color: #EBECE9;
}

#qunit-tests .qunit-todo-label,
#qunit-tests .qunit-skipped-label {
background-color: #F4FF77;
display: inline-block;
Expand All @@ -394,6 +395,10 @@
margin: -0.4em 0.4em -0.4em 0;
}

#qunit-tests .qunit-todo-label {
background-color: #EEE;
}

/** Result */

#qunit-testresult {
Expand Down
Loading

0 comments on commit 485bfb3

Please sign in to comment.