]> source.dussan.org Git - jquery.git/commit
Build: Update test code for compatibility with QUnit 2.x (#4297)
authorabnud1 <ahmad13932013@hotmail.com>
Mon, 18 Feb 2019 18:02:38 +0000 (19:02 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 18 Feb 2019 18:03:26 +0000 (19:03 +0100)
commitc3498187421d0a50ee0369163428481137a04b99
tree9f56f408a22f610089474d2f1784f1a680b4d483
parentda44ff39c2c3433e32b757b05b5643edb72fe786
Build: Update test code for compatibility with QUnit 2.x (#4297)

Also, run `grunt npmcopy` to sync the "external" directory with dependencies
from package.json. For example, the Sinon library version didn't match.

Ref gh-4234
Closes gh-4297
38 files changed:
external/qunit-assert-step/qunit-assert-step.js
external/qunit/MIT-LICENSE.txt [deleted file]
external/requirejs/require.js
external/sinon/LICENSE.txt
external/sinon/sinon.js
test/data/cleanScript.html
test/data/inner_module.js
test/data/mock.php
test/data/module.js
test/data/name.html
test/data/test.include.html
test/data/test2.html
test/data/testinit.js
test/data/testrunner.js
test/middleware-mockserver.js
test/unit/ajax.js
test/unit/animation.js
test/unit/attributes.js
test/unit/basic.js
test/unit/callbacks.js
test/unit/core.js
test/unit/css.js
test/unit/data.js
test/unit/deferred.js
test/unit/deprecated.js
test/unit/dimensions.js
test/unit/effects.js
test/unit/event.js
test/unit/exports.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/queue.js
test/unit/selector.js
test/unit/serialize.js
test/unit/support.js
test/unit/traversing.js
test/unit/tween.js
test/unit/wrap.js