We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18cd7e commit 5c34ceaCopy full SHA for 5c34cea
tests/unit/effects/effects_core.js
@@ -22,7 +22,7 @@ module( "effects.core" );
22
test( "Immediate Return Conditions", function() {
23
var hidden = $( "div.hidden" ),
24
count = 0;
25
- expect( 6 );
+ expect( 3 );
26
hidden.hide( "blind", function() {
27
equal( ++count, 1, "Hide on hidden returned immediately" );
28
}).show().show( "blind", function() {
0 commit comments