mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 21:05:38 -05:00
Tests: don't use deprecated argument in test declaration
Ref aabe94edb4
This commit is contained in:
@@ -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({}),
|
||||
|
||||
Reference in New Issue
Block a user