Skip to content

Commit b97c8d3

Browse files
committed
Tests:Build: update qunit and fix incorrect test
* Update QUnit to the latest version (1.20.0) * Corrected test was dependent on QUnit UI, which is always a bad idea
1 parent f0f4ef7 commit b97c8d3

File tree

4 files changed

+2352
-1989
lines changed

4 files changed

+2352
-1989
lines changed

external/qunit/qunit.css

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
/*!
2-
* QUnit 1.18.0
2+
* QUnit 1.20.0
33
* http://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
77
* http://jquery.org/license
88
*
9-
* Date: 2015-04-03T10:23Z
9+
* Date: 2015-10-27T17:53Z
1010
*/
1111

1212
/** Font Family and Sizes */
1313

14-
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
14+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
1515
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
1616
}
1717

18-
#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
18+
#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
1919
#qunit-tests { font-size: smaller; }
2020

2121

2222
/** Resets */
2323

24-
#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
24+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
2525
margin: 0;
2626
padding: 0;
2727
}
@@ -68,6 +68,12 @@
6868
overflow: hidden;
6969
}
7070

71+
#qunit-filteredTest {
72+
padding: 0.5em 1em 0.5em 1em;
73+
background-color: #F4FF77;
74+
color: #366097;
75+
}
76+
7177
#qunit-userAgent {
7278
padding: 0.5em 1em 0.5em 1em;
7379
background-color: #2B81AF;
@@ -118,8 +124,8 @@
118124
#qunit-tests.hidepass li.pass {
119125
visibility: hidden;
120126
position: absolute;
121-
width: 0px;
122-
height: 0px;
127+
width: 0;
128+
height: 0;
123129
padding: 0;
124130
border: 0;
125131
margin: 0;
@@ -162,6 +168,10 @@
162168
border-radius: 5px;
163169
}
164170

171+
.qunit-source {
172+
margin: 0.6em 0 0.3em;
173+
}
174+
165175
.qunit-collapsed {
166176
display: none;
167177
}

0 commit comments

Comments
 (0)