Skip to content

Commit

Permalink
rename modules for testswarm compability
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Sep 1, 2009
1 parent 7f54a1b commit 9d075e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/core/core.js
Expand Up @@ -3,7 +3,7 @@
*/
(function($) {

module('jQuery extensions');
module('core - jQuery extensions');

test("attr - aria", function() {
expect(6);
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/selector.js
Expand Up @@ -3,7 +3,7 @@
*/
(function($) {

module("selectors");
module("core - selectors");

function isFocusable(selector, msg) {
ok($(selector).is(':focusable'), msg);
Expand Down

0 comments on commit 9d075e1

Please sign in to comment.