Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960

This commit is contained in:
James Huston 2012-10-15 12:14:54 -04:00 committed by Rick Waldron
parent c2a6bad60a
commit 57aa7977dd

View 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,