diff options
Diffstat (limited to 'test/unit/selector.js')
-rw-r--r-- | test/unit/selector.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/unit/selector.js b/test/unit/selector.js index d605ab8df..079d130cc 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -1,9 +1,9 @@ +module("selector - jQuery only", { teardown: moduleTeardown }); + /** * This test page is for selector tests that require jQuery in order to do the selection */ -module("selector - jQuery only", { teardown: moduleTeardown }); - test("element - jQuery only", function() { expect( 7 ); @@ -65,7 +65,8 @@ testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQue expect(35); /** - * Returns an array of elements with the given IDs, eg. + * Returns an array of elements with the given IDs + * q & t are added here for the iFrame's context */ function q() { var r = [], |