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:11:55 -0400 |
commit | 6b10f9d7e9fb6d062d2bbda49196544cd059b05c (patch) | |
tree | ec7a1188a991e3c374547e594a12313cbf8a47ce /test/data | |
parent | bf282ea8e20892af2d1d2c76b93b0c1f2141db97 (diff) | |
download | jquery-6b10f9d7e9fb6d062d2bbda49196544cd059b05c.tar.gz jquery-6b10f9d7e9fb6d062d2bbda49196544cd059b05c.zip |
Effects: Add tests for jQuery.Tween
Conflicts:
src/selector-native.js
test/index.html
test/unit/effects.js
Diffstat (limited to 'test/data')
-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 5afc2e370..ac6005859 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -288,7 +288,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) |