fix config lint

This commit is contained in:
Yury Semikhatsky 2024-09-05 14:01:33 -07:00
parent d40682a99e
commit d17791df1c

View file

@ -63,7 +63,7 @@ const executablePath = getExecutablePath();
if (executablePath && !process.env.TEST_WORKER_INDEX) if (executablePath && !process.env.TEST_WORKER_INDEX)
console.error(`Using executable at ${executablePath}`); console.error(`Using executable at ${executablePath}`);
const testIgnore: RegExp[] = []; 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']) { for (const folder of ['library', 'page']) {
config.projects.push({ config.projects.push({
name: `${channel}-${folder}`, name: `${channel}-${folder}`,