Skip to content

Commit 0af1f43

Browse files
fix(test-runner): fix default export breaking on installation tests (#7331)
1 parent 02538fb commit 0af1f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright-test/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export const errors = playwright.errors;
2525
export const _electron = playwright._electron;
2626
export const _android = playwright._android;
2727
export const test = playwright.test;
28-
export default playwright.default;
28+
export default playwright.test;

0 commit comments

Comments
 (0)