From 57aa7977dd6d88898b5d1cf748a4f85c1e7a3bee Mon Sep 17 00:00:00 2001 From: James Huston Date: Mon, 15 Oct 2012 12:14:54 -0400 Subject: [PATCH] Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960 --- test/unit/effects.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/effects.js b/test/unit/effects.js index a11af646a..366416cc2 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1301,6 +1301,8 @@ test( "animate properties missing px w/ opacity as last (#9074)", 2, function() }); test("callbacks should fire in correct order (#9100)", function() { + expect( 1 ); + stop(); var a = 1, cb = 0, -- 2.39.5