summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-04-19 13:30:45 +0300
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-19 13:45:56 +0300
commit47789e3a2b471995ed753c87ce69ffbaa59c0601 (patch)
tree041eff6c8c5e3ddb5dea0d64b9eb50962015d5d4
parent290fefe6f8e47c2f35a9d857749c1e5166d9288b (diff)
Refs #35007 -- Removed eslint disable in a test.
-rw-r--r--js_tests/admin/actions.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js_tests/admin/actions.test.js b/js_tests/admin/actions.test.js
index bcc10debaa..81364da681 100644
--- a/js_tests/admin/actions.test.js
+++ b/js_tests/admin/actions.test.js
@@ -4,9 +4,7 @@
QUnit.module('admin.actions', {
beforeEach: function() {
// Number of results shown on page
- /* eslint-disable */
window._actions_icnt = '100';
- /* eslint-enable */
const $ = django.jQuery;
$('#qunit-fixture').append($('#result-table').text());