diff --git a/tests/test-core.js b/tests/test-core.js index e480a9c8..883fe0ea 100644 --- a/tests/test-core.js +++ b/tests/test-core.js @@ -3,7 +3,7 @@ */ /* eslint-env jest */ -/* eslint-disable indent */ +/* eslint-disable indent, quotes */ require( './scaffold.js' ); @@ -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}}', @@ -448,4 +448,4 @@ describe( 'AFCH.removeDuplicateBanners', function () { '{{WikiProject Ontario}}' ] ); } ); -} ); \ No newline at end of file +} );