Skip to content

Commit a5864ae

Browse files
committed
Effects: Remove tests for jQuery.Animation & jQuery.Tween
We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c Refs cdaed15
1 parent e904249 commit a5864ae

File tree

4 files changed

+2
-590
lines changed

4 files changed

+2
-590
lines changed

Gruntfile.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ module.exports = function( grunt ) {
127127
// Check parts of tests that pass
128128
test: [
129129
"test/data/testrunner.js",
130-
"test/unit/animation.js",
131130
"test/unit/basic.js",
132-
"test/unit/tween.js",
133131
"test/unit/wrap.js"
134132
],
135133
build: "build"
@@ -144,7 +142,6 @@ module.exports = function( grunt ) {
144142
"basic",
145143

146144
"ajax",
147-
"animation",
148145
"attributes",
149146
"callbacks",
150147
"core",
@@ -161,8 +158,7 @@ module.exports = function( grunt ) {
161158
"selector",
162159
"serialize",
163160
"support",
164-
"traversing",
165-
"tween"
161+
"traversing"
166162
]
167163
},
168164
watch: {

test/data/testinit.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,7 @@ this.loadTests = function() {
303303
"unit/ajax.js",
304304
"unit/effects.js",
305305
"unit/offset.js",
306-
"unit/dimensions.js",
307-
"unit/animation.js",
308-
"unit/tween.js"
306+
"unit/dimensions.js"
309307
];
310308

311309
// Ensure load order (to preserve test numbers)

test/unit/animation.js

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)