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