mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 13:38:27 -05:00
testrunner: Updating an orphaned test
This commit is contained in:
@@ -63,7 +63,7 @@ test("selector state", function() {
|
||||
|
||||
var test;
|
||||
|
||||
test = jQuery();
|
||||
test = jQuery(undefined);
|
||||
equals( test.selector, "", "Empty jQuery Selector" );
|
||||
equals( test.context, undefined, "Empty jQuery Context" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user