Skip to content

Commit 72023dd

Browse files
committed
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
1 parent e6b7486 commit 72023dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1688
-1501
lines changed

external/qunit.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* QUnit - A JavaScript Unit Testing Framework
2+
* QUnit v1.3.0 - A JavaScript Unit Testing Framework
33
*
44
* http://docs.jquery.com/QUnit
55
*
6-
* Copyright (c) 2011 John Resig, Jörn Zaefferer
6+
* Copyright (c) 2012 John Resig, Jörn Zaefferer
77
* Dual licensed under the MIT (MIT-LICENSE.txt)
88
* or GPL (GPL-LICENSE.txt) licenses.
99
*/
@@ -54,6 +54,10 @@
5454
color: #fff;
5555
}
5656

57+
#qunit-header label {
58+
display: inline-block;
59+
}
60+
5761
#qunit-banner {
5862
height: 5px;
5963
}
@@ -186,6 +190,7 @@
186190
color: #710909;
187191
background-color: #fff;
188192
border-left: 26px solid #EE5757;
193+
white-space: pre;
189194
}
190195

191196
#qunit-tests > li:last-child {
@@ -222,4 +227,6 @@
222227
position: absolute;
223228
top: -10000px;
224229
left: -10000px;
230+
width: 1000px;
231+
height: 1000px;
225232
}

0 commit comments

Comments
 (0)