Upgrade QUnit from v1.23.1 to v2.4.0
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 17 Jul 2017 20:21:54 +0000 (15:21 -0500)
committerKrinkle <krinklemail@gmail.com>
Tue, 25 Jul 2017 22:14:09 +0000 (22:14 +0000)
commit2454f51b2742daec05307c0138d2c1db2107412d
treed61e6b80e651a14af173c85ed33f1e193ef7c4d5
parentfd1a42d46880f6ed37d1523762d459bdcbd85ade
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
resources/lib/qunitjs/qunit.css
resources/lib/qunitjs/qunit.js
tests/qunit/data/testrunner.js