diff options
author | Corey Frang <gnarf@gnarf.net> | 2015-05-19 17:48:42 -0400 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2015-06-26 20:06:03 -0400 |
commit | b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 (patch) | |
tree | ebd6d168bf16e1cadf77e4b97b8c74997cb5bcde /test/data | |
parent | cdaed15c7ea1bbfdde5a5bea691c583ce7961526 (diff) | |
download | jquery-b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2.tar.gz jquery-b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2.zip |
Effects: Adding unit tests for jQuery.Animation
Closes gh-2326
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testinit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index e59d9db32..ef90fe45c 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -286,6 +286,7 @@ this.loadTests = function() { "unit/effects.js", "unit/offset.js", "unit/dimensions.js", + "unit/animation.js", "unit/tween.js" ]; |