[automated] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-12-22 20:56:17 +00:00
parent 6eaeafe00c
commit e2c247b4c3

View File

@@ -368,7 +368,9 @@ function extractTestCounts(reportDir: string): TestCounts {
const reportDir = process.argv[2]
if (!reportDir) {
process.stderr.write('Usage: extract-playwright-counts.ts <report-directory>\n')
process.stderr.write(
'Usage: extract-playwright-counts.ts <report-directory>\n'
)
process.exit(1)
}