diff options
Diffstat (limited to 'tests/unit/dialog/events.js')
-rw-r--r-- | tests/unit/dialog/events.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/dialog/events.js b/tests/unit/dialog/events.js index a98d1396d..eb77de2ff 100644 --- a/tests/unit/dialog/events.js +++ b/tests/unit/dialog/events.js @@ -4,6 +4,7 @@ define( [ "./helper", "ui/widgets/dialog" ], function( QUnit, $, testHelper ) { +"use strict"; QUnit.module( "dialog: events", { afterEach: testHelper.moduleAfterEach } ); |