Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent d03ae81 commit eb41d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const beforeStart = (timeout) => new Promise(async (resolve, reject) => {
process.stderr.on('data', handleOutput);
process.on('close', (code) => console.log(`[electron] Exited with code ${code}`));
await sleep(timeout) // Wait for five seconds for Electron to open

reject('Failed to open Electron window successfully.')
})

Expand Down

0 comments on commit eb41d02

Please sign in to comment.