Skip to content

Commit 47789e3

Browse files
Refs #35007 -- Removed eslint disable in a test.
1 parent 290fefe commit 47789e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

js_tests/admin/actions.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
QUnit.module('admin.actions', {
55
beforeEach: function() {
66
// Number of results shown on page
7-
/* eslint-disable */
87
window._actions_icnt = '100';
9-
/* eslint-enable */
108

119
const $ = django.jQuery;
1210
$('#qunit-fixture').append($('#result-table').text());

0 commit comments

Comments
 (0)