Added explicit module names to the new unit tests.
[jquery.git] / test / unit / manipulation.js
index 0327f93..1755ae4 100644 (file)
@@ -1,3 +1,5 @@
+module("manipulation");
+
 test("text()", function() {
        expect(1);
        var expected = "This link has class=\"blog\": Simon Willison's Weblog";