aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2012-12-12 20:19:18 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-12-13 10:13:50 -0500
commitca26d45395c8a790027633dec5a2ebc15ce9149a (patch)
tree983e6736bbfb1988362d3628b1eac31ad279d887 /test/unit
parenta270d638f84f4ac4ea419665249bdf7952671f09 (diff)
downloadjquery-ca26d45395c8a790027633dec5a2ebc15ce9149a.tar.gz
jquery-ca26d45395c8a790027633dec5a2ebc15ce9149a.zip
Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/selector.js b/test/unit/selector.js
index 2a7aa39d2..76c4fbfba 100644
--- a/test/unit/selector.js
+++ b/test/unit/selector.js
@@ -1,4 +1,4 @@
-module("selector - jQuery only", { teardown: moduleTeardown });
+module("selector", { teardown: moduleTeardown });
/**
* This test page is for selector tests that require jQuery in order to do the selection