aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/animation.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-95/+110
| | | | | | | | | | | | | 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
* Effects: fix failing tests in IE8Timmy Willison2015-07-081-2/+3
|
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-0/+230
Closes gh-2340 (cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2) Conflicts: src/effects.js