diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 86b26e040..004424cd9 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2245,4 +2245,5 @@ test( "Index for function argument should be received (#13094)", 2, function() { jQuery("
").before(function( index ) { equal( index, i++, "Index should be correct" ); }); + });