aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/datepicker/options.js')
-rw-r--r--tests/unit/datepicker/options.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/datepicker/options.js b/tests/unit/datepicker/options.js
index 7711e7412..d70220955 100644
--- a/tests/unit/datepicker/options.js
+++ b/tests/unit/datepicker/options.js
@@ -9,7 +9,9 @@ define( [
"ui/ie"
], function( QUnit, $, testHelper ) {
-QUnit.module( "datepicker: options" );
+var beforeAfterEach = testHelper.beforeAfterEach;
+
+QUnit.module( "datepicker: options", beforeAfterEach() );
QUnit.test( "setDefaults", function( assert ) {
assert.expect( 3 );