diff options
Diffstat (limited to 'tests/unit/sortable/events.js')
-rw-r--r-- | tests/unit/sortable/events.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/sortable/events.js b/tests/unit/sortable/events.js index 9df830e16..854c1cfa4 100644 --- a/tests/unit/sortable/events.js +++ b/tests/unit/sortable/events.js @@ -1,12 +1,13 @@ define( [ "qunit", "jquery", + "lib/helper", "./helper", "ui/widgets/sortable", "ui/widgets/draggable" -], function( QUnit, $, testHelper ) { +], function( QUnit, $, helper, testHelper ) { -QUnit.module( "sortable: events" ); +QUnit.module( "sortable: events", { afterEach: helper.moduleAfterEach } ); QUnit.test( "start", function( assert ) { assert.expect( 7 ); |