aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tabs/methods.js')
-rw-r--r--tests/unit/tabs/methods.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/tabs/methods.js b/tests/unit/tabs/methods.js
index 138f84fca..c67d76a31 100644
--- a/tests/unit/tabs/methods.js
+++ b/tests/unit/tabs/methods.js
@@ -1,14 +1,15 @@
define( [
"qunit",
"jquery",
+ "lib/helper",
"./helper",
"ui/widgets/tabs"
-], function( QUnit, $, testHelper ) {
+], function( QUnit, $, helper, testHelper ) {
var disabled = testHelper.disabled,
state = testHelper.state;
-QUnit.module( "tabs: methods" );
+QUnit.module( "tabs: methods", { afterEach: helper.moduleAfterEach } );
QUnit.test( "destroy", function( assert ) {
assert.expect( 2 );