aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/selector.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core/selector.js')
-rw-r--r--tests/unit/core/selector.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index 29b8b1296..f8b9f20c3 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -1,13 +1,14 @@
define( [
"qunit",
"jquery",
+ "lib/helper",
"ui/data",
"ui/escape-selector",
"ui/focusable",
"ui/tabbable"
-], function( QUnit, $ ) {
+], function( QUnit, $, helper ) {
-QUnit.module( "core - selectors" );
+QUnit.module( "core - selectors", { afterEach: helper.moduleAfterEach } );
QUnit.assert.isFocusable = function( selector, msg ) {
this.push( $( selector ).is( ":focusable" ), null, null,