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