Skip to content

Commit

Permalink
Effects: Remove tests for jQuery.Animation & jQuery.Tween
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgol committed Nov 17, 2015
1 parent e904249 commit a5864ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 590 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ module.exports = function( grunt ) {
// Check parts of tests that pass
test: [
"test/data/testrunner.js",
"test/unit/animation.js",
"test/unit/basic.js",
"test/unit/tween.js",
"test/unit/wrap.js"
],
build: "build"
Expand All @@ -144,7 +142,6 @@ module.exports = function( grunt ) {
"basic",

"ajax",
"animation",
"attributes",
"callbacks",
"core",
Expand All @@ -161,8 +158,7 @@ module.exports = function( grunt ) {
"selector",
"serialize",
"support",
"traversing",
"tween"
"traversing"
]
},
watch: {
Expand Down
4 changes: 1 addition & 3 deletions test/data/testinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,7 @@ this.loadTests = function() {
"unit/ajax.js",
"unit/effects.js",
"unit/offset.js",
"unit/dimensions.js",
"unit/animation.js",
"unit/tween.js"
"unit/dimensions.js"
];

// Ensure load order (to preserve test numbers)
Expand Down
263 changes: 0 additions & 263 deletions test/unit/animation.js

This file was deleted.

Loading

0 comments on commit a5864ae

Please sign in to comment.