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