]> source.dussan.org Git - jquery.git/commit
Tests: Partially use new qunit interface
authorOleg Gaidarenko <markelog@gmail.com>
Thu, 3 Sep 2015 01:46:31 +0000 (04:46 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 7 Sep 2015 17:14:59 +0000 (20:14 +0300)
commit4543815eeda0d7299e701311ca4ac38f23dbaf3a
treef5a0374836bf1b0c0b748098a14075093ea8de7b
parentc530661629ac713a3ccab9691773cc6de5e84759
Tests: Partially use new qunit interface

http://qunitjs.com/upgrade-guide-2.x/

For most of the boring work was used
https://github.com/apsdehal/qunit-migrate package

However, it can't update local qunit helpers, plus in some places
old QUnit.asyncTest signature is still used

Ref b930d14ce64937e9478405eee2828d4da091d2cb
Fixes gh-2540
24 files changed:
test/data/testinit.js
test/unit/ajax.js
test/unit/animation.js
test/unit/attributes.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/ready.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