mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: fix number of expected assertions in basic core
This commit is contained in:
parent
1ea092a54b
commit
14e5143b83
@ -76,7 +76,7 @@ QUnit.test( "show/hide", function( assert ) {
|
||||
}
|
||||
|
||||
QUnit.test( "core", function( assert ) {
|
||||
assert.expect( 17 );
|
||||
assert.expect( 18 );
|
||||
|
||||
var elem = jQuery( "<div></div><span></span>" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user