Skip to content

Commit 3b511f1

Browse files
committed
fix linting
1 parent 99a3775 commit 3b511f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-packages/browser-integration-tests/scripts/detectFlakyTests.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ ${changedPaths.join('\n')}
4646
try {
4747
await new Promise<void>((resolve, reject) => {
4848
const cp = childProcess.spawn(
49-
`npx playwright test ${testPaths.length ? testPaths.join(' ') : './suites'} --repeat-each ${repeatEachCount} --project=chromium`,
49+
`npx playwright test ${
50+
testPaths.length ? testPaths.join(' ') : './suites'
51+
} --repeat-each ${repeatEachCount} --project=chromium`,
5052
{ shell: true, cwd, stdio: 'inherit' },
5153
);
5254

0 commit comments

Comments
 (0)