From a8d9d05388465b16880be43629af008ff19b7725 Mon Sep 17 00:00:00 2001 From: timmywil Date: Tue, 29 May 2012 12:40:13 -0400 Subject: Add quick-start documentation for testing with QUnit and using jQuery's helper methods. --- test/unit/selector.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/unit/selector.js') 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 = [], -- cgit v1.2.3