Skip to content

Commit 98d9bb9

Browse files
committed
Build: Upgrade to QUnit 1.18.0
1 parent 0de27b0 commit 98d9bb9

File tree

4 files changed

+1189
-226
lines changed

4 files changed

+1189
-226
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"jquery-mousewheel": "3.1.12",
1515
"jquery-simulate": "1.0.0",
1616
"jshint": "2.4.4",
17-
"qunit": "1.17.1",
17+
"qunit": "1.18.0",
1818
"qunit-assert-classes": "0.1.5",
1919

2020
"jquery-1.7.0": "jquery#1.7.0",

external/qunit/LICENSE.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3030

3131
====
3232

33-
All files located in the node_modules and external directories are
34-
externally maintained libraries used by this software which have their
35-
own licenses; we recommend you read them, as their terms may differ from
36-
the terms above.
33+
All files located in the node_modules directory are externally maintained
34+
libraries used by this software which have their own licenses; we
35+
recommend you read them, as their terms may differ from the terms above.

external/qunit/qunit.css

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* QUnit 1.17.1
2+
* QUnit 1.18.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-01-20T19:39Z
9+
* Date: 2015-04-03T10:23Z
1010
*/
1111

1212
/** Font Family and Sizes */
@@ -116,7 +116,13 @@
116116

117117
#qunit-tests.hidepass li.running,
118118
#qunit-tests.hidepass li.pass {
119-
display: none;
119+
visibility: hidden;
120+
position: absolute;
121+
width: 0px;
122+
height: 0px;
123+
padding: 0;
124+
border: 0;
125+
margin: 0;
120126
}
121127

122128
#qunit-tests li strong {
@@ -132,6 +138,11 @@
132138
color: #C2CCD1;
133139
text-decoration: none;
134140
}
141+
142+
#qunit-tests li p a {
143+
padding: 0.25em;
144+
color: #6B6464;
145+
}
135146
#qunit-tests li a:hover,
136147
#qunit-tests li a:focus {
137148
color: #000;

0 commit comments

Comments
 (0)