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

Commit 485bfb3

Browse files
committed
v3.0.1
1 parent 7f698b2 commit 485bfb3

12 files changed

+1171
-579
lines changed

dist/dependencies/jquery.js

Lines changed: 173 additions & 140 deletions
Large diffs are not rendered by default.

dist/dependencies/qunit.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* QUnit 2.1.1
2+
* QUnit 2.3.2
33
* https://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
77
* https://jquery.org/license
88
*
9-
* Date: 2017-01-06T01:52Z
9+
* Date: 2017-04-18T02:19Z
1010
*/
1111

1212
/** Font Family and Sizes */
@@ -236,7 +236,7 @@
236236
}
237237

238238
#qunit-tests.hidepass li.running,
239-
#qunit-tests.hidepass li.pass {
239+
#qunit-tests.hidepass li.pass:not(.todo) {
240240
visibility: hidden;
241241
position: absolute;
242242
width: 0;
@@ -384,6 +384,7 @@
384384
background-color: #EBECE9;
385385
}
386386

387+
#qunit-tests .qunit-todo-label,
387388
#qunit-tests .qunit-skipped-label {
388389
background-color: #F4FF77;
389390
display: inline-block;
@@ -394,6 +395,10 @@
394395
margin: -0.4em 0.4em -0.4em 0;
395396
}
396397

398+
#qunit-tests .qunit-todo-label {
399+
background-color: #EEE;
400+
}
401+
397402
/** Result */
398403

399404
#qunit-testresult {

0 commit comments

Comments
 (0)