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