mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[2.2.x] Bumped minimum ESLint version to 4.18.2.
Backport of ad7b438002 from master.
This commit is contained in:
committed by
Mariusz Felisiak
parent
e6b2471ce7
commit
2525785880
@@ -54,7 +54,7 @@ QUnit.test('add/remove form events', function(assert) {
|
||||
|
||||
QUnit.test('existing add button', function(assert) {
|
||||
var $ = django.jQuery;
|
||||
$('#qunit-fixture').empty(); // Clear the table added in beforeEach
|
||||
$('#qunit-fixture').empty(); // Clear the table added in beforeEach
|
||||
$('#qunit-fixture').append($('#tabular-formset').text());
|
||||
this.table = $('table.inline');
|
||||
this.inlineRow = this.table.find('tr');
|
||||
|
||||
Reference in New Issue
Block a user