mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960
This commit is contained in:
parent
c2a6bad60a
commit
57aa7977dd
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user