diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-05-05 21:03:16 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-06 11:42:37 +0200 |
| commit | 6345a6ff63a8b8af86ee9a025e29984a410c9764 (patch) | |
| tree | c64afc24bc3da560dcdd8e9b6f301e4fd07e6132 /js_tests | |
| parent | 9a27c76021f934201cccf12215514a3091325ec8 (diff) | |
Migrated to ESLint 9+.
Diffstat (limited to 'js_tests')
| -rw-r--r-- | js_tests/admin/actions.test.js | 2 | ||||
| -rw-r--r-- | js_tests/admin/navigation.test.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js_tests/admin/actions.test.js b/js_tests/admin/actions.test.js index 0077dd6ff3..bcc10debaa 100644 --- a/js_tests/admin/actions.test.js +++ b/js_tests/admin/actions.test.js @@ -1,4 +1,4 @@ -/* global QUnit */ +/* global QUnit, Actions */ 'use strict'; QUnit.module('admin.actions', { diff --git a/js_tests/admin/navigation.test.js b/js_tests/admin/navigation.test.js index 262f08c9ae..0da50e757c 100644 --- a/js_tests/admin/navigation.test.js +++ b/js_tests/admin/navigation.test.js @@ -1,4 +1,4 @@ -/* global QUnit */ +/* global QUnit, initSidebarQuickFilter */ 'use strict'; QUnit.module('admin.sidebar: filter', { |
