Skip to content

Commit bc53033

Browse files
mgolmarkelog
authored andcommitted
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 Cherry-picked from a5864ae
1 parent 8c507df commit bc53033

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Gruntfile.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ module.exports = function( grunt ) {
123123
// Check parts of tests that pass
124124
test: [
125125
"test/data/testrunner.js",
126-
"test/unit/animation.js",
127126
"test/unit/basic.js",
128-
"test/unit/tween.js",
129127
"test/unit/wrap.js"
130128
],
131129
build: "build"
@@ -140,7 +138,6 @@ module.exports = function( grunt ) {
140138
"basic",
141139

142140
"ajax",
143-
"animation",
144141
"attributes",
145142
"callbacks",
146143
"core",
@@ -157,8 +154,7 @@ module.exports = function( grunt ) {
157154
"selector",
158155
"serialize",
159156
"support",
160-
"traversing",
161-
"tween"
157+
"traversing"
162158
]
163159
},
164160
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)

0 commit comments

Comments
 (0)