Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Aug 23, 2024
1 parent 3a60f43 commit 96d1e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

/* eslint-env jest */
/* eslint-disable indent */
/* eslint-disable indent, quotes */

require( './scaffold.js' );

Expand Down Expand Up @@ -435,7 +435,7 @@ describe( 'AFCH.removeDuplicateBanners', function () {
} );

it( 'should handle a realistic example using WikiProject banners', function () {
var banners =[
var banners = [
'{{WikiProject Australia}}',
'{{WikiProject Australia}}',
'{{wikiproject australia}}',
Expand All @@ -448,4 +448,4 @@ describe( 'AFCH.removeDuplicateBanners', function () {
'{{WikiProject Ontario}}'
] );
} );
} );
} );

0 comments on commit 96d1e0c

Please sign in to comment.