aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2015-05-19 17:48:42 -0400
committerCorey Frang <gnarf@gnarf.net>2015-06-26 20:06:03 -0400
commitb3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 (patch)
treeebd6d168bf16e1cadf77e4b97b8c74997cb5bcde /test/data
parentcdaed15c7ea1bbfdde5a5bea691c583ce7961526 (diff)
downloadjquery-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.js1
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"
];