diff options
Diffstat (limited to 'tests/unit/checkboxradio/events.js')
-rw-r--r-- | tests/unit/checkboxradio/events.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/checkboxradio/events.js b/tests/unit/checkboxradio/events.js index 96580c791..0760a4387 100644 --- a/tests/unit/checkboxradio/events.js +++ b/tests/unit/checkboxradio/events.js @@ -1,10 +1,11 @@ define( [ "qunit", "jquery", + "lib/helper", "ui/widgets/checkboxradio" -], function( QUnit, $ ) { +], function( QUnit, $, helper ) { -QUnit.module( "Checkboxradio: events" ); +QUnit.module( "Checkboxradio: events", { afterEach: helper.moduleAfterEach } ); QUnit.test( "Resetting a checkbox's form should refresh the visual state of the checkbox", |