From d17791df1c9c1748fe637db571d437813c57b464 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 5 Sep 2024 14:01:33 -0700 Subject: [PATCH] fix config lint --- tests/bidi/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bidi/playwright.config.ts b/tests/bidi/playwright.config.ts index 8abcc80a60..3bde84756a 100644 --- a/tests/bidi/playwright.config.ts +++ b/tests/bidi/playwright.config.ts @@ -63,7 +63,7 @@ const executablePath = getExecutablePath(); if (executablePath && !process.env.TEST_WORKER_INDEX) console.error(`Using executable at ${executablePath}`); const testIgnore: RegExp[] = []; -for (let channel of ['bidi-chrome-canary', 'bidi-firefox-stable']) { +for (const channel of ['bidi-chrome-canary', 'bidi-firefox-stable']) { for (const folder of ['library', 'page']) { config.projects.push({ name: `${channel}-${folder}`,