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