Skip to content

Commit 065b21b

Browse files
committed
Upgrade QUnit from 2.4.0 to 2.6.0
Source https://code.jquery.com/qunit/qunit-2.6.0.js https://code.jquery.com/qunit/qunit-2.6.0.css Changelog https://github.com/qunitjs/qunit/blob/2.6.0/History.md Highlights: * 2.4.1: Fixed various bugs in HTML interface. * 2.5.0: Added assert.rejects. * 2.5.1: Fixed HTML reporter to reset attributes on qunit-fixture. * 2.6.0: Changed behaviour to fail if no test suites exist. Change-Id: I24120a74094db358f02f9fc1935920c43a0a7ced
1 parent 0e746c7 commit 065b21b

File tree

3 files changed

+285
-69
lines changed

3 files changed

+285
-69
lines changed

RELEASE-NOTES-1.32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ production.
2222
* …
2323

2424
==== Upgraded external libraries ====
25-
*
25+
* Updated QUnit from 2.4.0 to 2.6.0.
2626

2727
==== New external libraries ====
2828
* …

resources/lib/qunitjs/qunit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* QUnit 2.4.0
2+
* QUnit 2.6.0
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-07-08T15:20Z
9+
* Date: 2018-03-27T02:18Z
1010
*/
1111

1212
/** Font Family and Sizes */

0 commit comments

Comments
 (0)