diff --git a/test/unit/effects.js b/test/unit/effects.js index dd562d399..853b4eedc 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -18,7 +18,6 @@ module("effects", { }, teardown: function() { this.sandbox.restore(); - jQuery.now = Date.now; jQuery.fx.stop(); jQuery.fx.interval = this._oldInterval; window.requestAnimationFrame = oldRaf;