mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 21:45:03 -05:00
Tests: fix code style issues
Cherry-picked from625bd303d9Follow-up forc7cf28681e
This commit is contained in:
@@ -268,7 +268,7 @@ QUnit.test( "type for `Symbol`", function( assert ) {
|
||||
// Prevent reference errors
|
||||
if( typeof Symbol !== "function" ) {
|
||||
assert.expect( 0 );
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
assert.expect( 2 );
|
||||
|
||||
Reference in New Issue
Block a user