diff options
Diffstat (limited to 'tests/unit/button/methods.js')
-rw-r--r-- | tests/unit/button/methods.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/button/methods.js b/tests/unit/button/methods.js index 823acee34..80ce27b39 100644 --- a/tests/unit/button/methods.js +++ b/tests/unit/button/methods.js @@ -1,10 +1,11 @@ define( [ "qunit", "jquery", + "lib/helper", "ui/widgets/button" -], function( QUnit, $ ) { +], function( QUnit, $, helper ) { -QUnit.module( "Button: methods" ); +QUnit.module( "Button: methods", { afterEach: helper.moduleAfterEach } ); QUnit.test( "destroy", function( assert ) { assert.expect( 1 ); |