aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/slider/options.js')
-rw-r--r--tests/unit/slider/options.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/slider/options.js b/tests/unit/slider/options.js
index d1eb2b374..e8a9b4208 100644
--- a/tests/unit/slider/options.js
+++ b/tests/unit/slider/options.js
@@ -1,8 +1,9 @@
define( [
"qunit",
"jquery",
+ "lib/helper",
"ui/widgets/slider"
-], function( QUnit, $ ) {
+], function( QUnit, $, helper ) {
var element, options;
@@ -10,7 +11,7 @@ function handle() {
return element.find( ".ui-slider-handle" );
}
-QUnit.module( "slider: options" );
+QUnit.module( "slider: options", { afterEach: helper.moduleAfterEach } );
QUnit.test( "disabled", function( assert ) {
assert.expect( 8 );