aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/spinner/core.js')
-rw-r--r--tests/unit/spinner/core.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/spinner/core.js b/tests/unit/spinner/core.js
index 526f2ecf8..6c8c9bdf3 100644
--- a/tests/unit/spinner/core.js
+++ b/tests/unit/spinner/core.js
@@ -1,13 +1,14 @@
define( [
"qunit",
"jquery",
+ "lib/helper",
"./helper",
"ui/widgets/spinner"
-], function( QUnit, $, testHelper ) {
+], function( QUnit, $, helper, testHelper ) {
var simulateKeyDownUp = testHelper.simulateKeyDownUp;
-QUnit.module( "spinner: core" );
+QUnit.module( "spinner: core", { afterEach: helper.moduleAfterEach } );
QUnit.test( "markup structure", function( assert ) {
assert.expect( 6 );