]> source.dussan.org Git - jquery.git/commitdiff
Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53...
authorJames Huston <james@jameshuston.net>
Mon, 15 Oct 2012 16:14:54 +0000 (12:14 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 15 Oct 2012 16:14:54 +0000 (12:14 -0400)
test/unit/effects.js

index a11af646abcc42ba3d41555768dc512b288306b1..366416cc2cc5a25011db83798891a463e01a4298 100644 (file)
@@ -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,