From 70dae67b73dfea9126f126f516fe8286f1e73417 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 7 Jun 2021 00:58:12 +0200 Subject: Build: Migrate from JSHint & JSCS to ESLint Fixes #15393 Closes gh-1958 --- tests/unit/controlgroup/methods.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/controlgroup/methods.js') diff --git a/tests/unit/controlgroup/methods.js b/tests/unit/controlgroup/methods.js index 8f1f58947..8ac310c25 100644 --- a/tests/unit/controlgroup/methods.js +++ b/tests/unit/controlgroup/methods.js @@ -8,6 +8,7 @@ define( [ "ui/widgets/button", "ui/widgets/spinner" ], function( QUnit, $, helper ) { +"use strict"; QUnit.module( "Controlgroup: methods", { afterEach: helper.moduleAfterEach } ); -- cgit v1.2.3