diff options
author | James Huston <james@jameshuston.net> | 2012-10-15 12:14:54 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-10-15 12:14:54 -0400 |
commit | 57aa7977dd6d88898b5d1cf748a4f85c1e7a3bee (patch) | |
tree | 18ab3fed80a40413b9b44eb705784d16df2a7dc3 /test/unit/effects.js | |
parent | c2a6bad60a2b2d84081ef369a023f75c4bd32ad5 (diff) | |
download | jquery-57aa7977dd6d88898b5d1cf748a4f85c1e7a3bee.tar.gz jquery-57aa7977dd6d88898b5d1cf748a4f85c1e7a3bee.zip |
Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960
Diffstat (limited to 'test/unit/effects.js')
-rw-r--r-- | test/unit/effects.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js index a11af646a..366416cc2 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -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, |