diff options
Diffstat (limited to 'tests/unit/selectable/events.js')
-rw-r--r-- | tests/unit/selectable/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/events.js b/tests/unit/selectable/events.js index 7f8e2baee..1ef45264e 100644 --- a/tests/unit/selectable/events.js +++ b/tests/unit/selectable/events.js @@ -5,7 +5,7 @@ define( [ "ui/widgets/selectable" ], function( QUnit, $, testHelpers ) { -QUnit.module( "selectable: events" ); +QUnit.module( "selectable: events", { afterEach: testHelpers.moduleAfterEach } ); QUnit.test( "start", function( assert ) { assert.expect( 2 ); |