Skip to content

Commit 7ed3871

Browse files
chore: fix linting issues
1 parent 76ce05e commit 7ed3871

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/showcase.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ describe('GitHub repo link languages', () => {
376376
function getTestScrapper(commentsLinks: TestCommentLinks[]) {
377377
const scraper = new ShowcaseScraper('test-org', 'test-repo', 0, []);
378378

379-
let ghRepoLinks: { languages: TestRepoLanguage[]; name: string; notFound?: boolean; owner: string; url: string }[] = [];
379+
let ghRepoLinks: { languages: TestRepoLanguage[]; name: string; notFound?: boolean; owner: string; url: string }[] =
380+
[];
380381

381382
const commentsNodes = commentsLinks.map((commentLinks, commentIndex) => {
382383
const isFlatLinks = Array.isArray(commentLinks);

0 commit comments

Comments
 (0)