Skip to content

Commit 027b294

Browse files
cherry-pick(release-1.12): fix default export breaking on installation tests (#7336)
PR #7331 SHA 0af1f43 Co-authored-by: Joel Einbinder <[email protected]>
1 parent 81d4b43 commit 027b294

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)