From bc53033080f1b3ea47ce722d6e375ac44e8f694d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Tue, 17 Nov 2015 03:16:44 +0100 Subject: [PATCH] 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 b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc --- Gruntfile.js | 6 +----- test/data/testinit.js | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3ed6855a..c5c111161 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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" @@ -140,7 +138,6 @@ module.exports = function( grunt ) { "basic", "ajax", - "animation", "attributes", "callbacks", "core", @@ -157,8 +154,7 @@ module.exports = function( grunt ) { "selector", "serialize", "support", - "traversing", - "tween" + "traversing" ] }, watch: { diff --git a/test/data/testinit.js b/test/data/testinit.js index 4c8d7d972..977847e9d 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -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) -- 2.39.5