fix config lint
This commit is contained in:
parent
d40682a99e
commit
d17791df1c
|
|
@ -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}`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue