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