Skip to content

Commit 1dcafbd

Browse files
authored
fix: playwright-core import instead of playwright (#92)
Closes #91
1 parent 03e3230 commit 1dcafbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlaywrightEnvironment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
readConfig,
1111
} from './utils'
1212
import { Config, CHROMIUM, GenericBrowser } from './constants'
13-
import playwright, { Browser } from 'playwright'
13+
import playwright, { Browser } from 'playwright-core'
1414

1515
const handleError = (error: Error): void => {
1616
process.emit('uncaughtException', error)

0 commit comments

Comments
 (0)