aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/animation.js
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
| | | | Closes gh-2761
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-99/+132
| | | | | | | | | | | | 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 Fixes gh-2540
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-0/+230
Closes gh-2326