diff options
author | Corey Frang <gnarf@gnarf.net> | 2015-05-18 17:11:21 -0400 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2015-06-26 20:05:25 -0400 |
commit | cdaed15c7ea1bbfdde5a5bea691c583ce7961526 (patch) | |
tree | 05d8666c3a39339224545a347d7f32f31a208a4f /test/data/testinit.js | |
parent | 3a0d582cf63b6e8f77150d9c38d2bf34d0c7790e (diff) | |
download | jquery-cdaed15c7ea1bbfdde5a5bea691c583ce7961526.tar.gz jquery-cdaed15c7ea1bbfdde5a5bea691c583ce7961526.zip |
Effects: Add tests for jQuery.Tween
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 468956d4d..e59d9db32 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -285,7 +285,8 @@ this.loadTests = function() { "unit/ajax.js", "unit/effects.js", "unit/offset.js", - "unit/dimensions.js" + "unit/dimensions.js", + "unit/tween.js" ]; // Ensure load order (to preserve test numbers) |