aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core')
-rw-r--r--tests/unit/core/core.js2
-rw-r--r--tests/unit/core/selector.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js
index 71f8c5845..a35935c52 100644
--- a/tests/unit/core/core.js
+++ b/tests/unit/core/core.js
@@ -3,7 +3,7 @@
*/
(function($) {
-module('jQuery extensions');
+module('core - jQuery extensions');
test("attr - aria", function() {
expect(6);
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index 0e647d453..6e70b5849 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -3,7 +3,7 @@
*/
(function($) {
-module("selectors");
+module("core - selectors");
function isFocusable(selector, msg) {
ok($(selector).is(':focusable'), msg);