Skip to content

Commit fd324d2

Browse files
committed
Effects: Align with core behavior change
Fixes #255 Closes #260 See discussion, particularly the last sentence: jquery/jquery@6d43dc4
1 parent cfd410b commit fd324d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/effects.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ QUnit.test( "jQuery.easing", function( assert ) {
55
easingCallCount = 0,
66
animComplete = assert.async();
77

8-
assert.expect( 7 );
8+
assert.expect( 6 );
99

1010
jQuery.easing.test = function( p, n, firstNum, diff ) {
1111

1212
// First frame of animation
1313
if ( easingCallCount === 0 ) {
14-
assert.equal( p, 0 );
1514
assert.notEqual( n, undefined );
1615
assert.notEqual( firstNum, undefined );
1716
assert.notEqual( diff, undefined );

0 commit comments

Comments
 (0)