Skip to content

Commit

Permalink
fix type issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 15, 2024
1 parent b5f263b commit b55c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('parseFileName', () => {
})

test('initBrowserSession', async () => {
const session = await initBrowserSession({
await initBrowserSession({
rootDir: process.cwd(),
browserName: 'chrome',
browserVersion: 'latest',
Expand Down

0 comments on commit b55c46d

Please sign in to comment.