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

Cherry-picked from a5864ae
  • Loading branch information
mgol authored and markelog committed Dec 22, 2015
1 parent 8c507df commit bc53033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,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 @@ -140,7 +138,6 @@ module.exports = function( grunt ) {
"basic",

"ajax",
"animation",
"attributes",
"callbacks",
"core",
Expand All @@ -157,8 +154,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

0 comments on commit bc53033

Please sign in to comment.