Tests: don't use deprecated argument in test declaration

Ref aabe94edb4
This commit is contained in:
Oleg Gaidarenko
2015-07-30 20:48:26 +03:00
parent 6af92cafca
commit b8b111e337
11 changed files with 191 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
module( "queue", { teardown: moduleTeardown });
test( "queue() with other types", 14, function() {
test( "queue() with other types", function() {
expect( 14 );
stop();
var $div = jQuery({}),