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 cfd410b commit fd324d2Copy full SHA for fd324d2
test/effects.js
@@ -5,13 +5,12 @@ QUnit.test( "jQuery.easing", function( assert ) {
5
easingCallCount = 0,
6
animComplete = assert.async();
7
8
- assert.expect( 7 );
+ assert.expect( 6 );
9
10
jQuery.easing.test = function( p, n, firstNum, diff ) {
11
12
// First frame of animation
13
if ( easingCallCount === 0 ) {
14
- assert.equal( p, 0 );
15
assert.notEqual( n, undefined );
16
assert.notEqual( firstNum, undefined );
17
assert.notEqual( diff, undefined );
0 commit comments