aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/resizable/core.js')
-rw-r--r--tests/unit/resizable/core.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/resizable/core.js b/tests/unit/resizable/core.js
index 8c58405e3..a2fb60006 100644
--- a/tests/unit/resizable/core.js
+++ b/tests/unit/resizable/core.js
@@ -1,11 +1,12 @@
define( [
"qunit",
"jquery",
+ "lib/helper",
"./helper",
"ui/widgets/resizable"
-], function( QUnit, $, testHelper ) {
+], function( QUnit, $, helper, testHelper ) {
-QUnit.module( "resizable: core" );
+QUnit.module( "resizable: core", { afterEach: helper.moduleAfterEach } );
/*
Test("element types", function() {