Timo Tijhof
065b21b4bd
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
2018-05-01 21:04:21 +01:00
Timo Tijhof
2454f51b27
Upgrade QUnit from v1.23.1 to v2.4.0
...
Source
https://code.jquery.com/qunit/qunit-2.4.0.js
https://code.jquery.com/qunit/qunit-2.4.0.css
Changelog
https://github.com/qunitjs/qunit/blob/2.4.0/History.md
This release makes 'moduleStack' private, which means we can no
longer use it to detect nested modules. Change the method of
detection to be a local 'nested' variable that we toggle in
a wrapped version of any 'executeNow' callback, in which nesting
happens.
Bug: T170515
Change-Id: Ib4ed386990125a6c713cb4351408c8f7ae7c070f
2017-07-25 22:14:09 +00:00
Timo Tijhof
99aad9397e
Upgrade QUnit from v1.22.0 to v1.23.1
...
Source
https://code.jquery.com/qunit/qunit-1.23.1.js
https://code.jquery.com/qunit/qunit-1.23.1.css
Changelog
https://github.com/qunitjs/qunit/blob/1.23.1/History.md
Change-Id: I03b4e1de699ef9f33a8db3dec605c8e32f823a93
2016-11-28 19:18:32 -08:00
Timo Tijhof
54bbef467d
Upgrade QUnit to v1.22.0
...
The v1.19.0 release fixed a major bug in QUnit.test Promise handling
> Test: Don't pass Promise fulfillment value to QUnit.start
Without this fix, passing tests that involve an async Promise
can wrongly be marked as failure when they have a falsey resolution
value due to the resolution value being passed to QUnit.start()
by accident.
Change-Id: Id4b52085529f4cf8996f8053648680026ed62941
2016-03-12 02:12:51 +00:00
Timo Tijhof
9baa1ebdd9
Update QUnit to v1.18.0
...
* Code
https://code.jquery.com/qunit/qunit-1.18.0.css
https://code.jquery.com/qunit/qunit-1.18.0.js
* Change log
https://github.com/jquery/qunit/blob/1.18.0/History.md
Change-Id: I9da13eedb2f9b5ee936aaa658c3da6ce222cfa0a
2015-07-07 15:50:12 +01:00
Timo Tijhof
77525e0483
Update QUnit from v1.16.0 to v1.17.1
...
* Code
https://code.jquery.com/qunit/qunit-1.17.1.js
https://code.jquery.com/qunit/qunit-1.17.1.css
* Changes
https://github.com/jquery/qunit/blob/1.17.1/History.md
Change-Id: I8078f88dcb92ee4626de80a8f0fe6596b76affd1
2015-02-10 06:40:16 +00:00
Timo Tijhof
5f25ba11d5
resources: Move QUnit to resources/lib/qunitjs
...
This never belonged in resources/lib/jquery as it isn't a jQuery plugin.
It's its own package and library.
In fact, while it is a jQuery Foundation project, it does not even
depend on jQuery core (e.g. like Sizzle, and PEP).
Change-Id: Ibb00f47f4c9444870832ba8d327853f335708ae7
2015-02-10 06:38:24 +00:00