mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
4543815eed
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 b930d14ce6
Fixes gh-2540
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
QUnit.module( "deprecated", { teardown: moduleTeardown } );
|
|
|