Skip to content

Commit

Permalink
cherry-pick(release-1.12): fix default export breaking on installatio…
Browse files Browse the repository at this point in the history
…n tests (#7336)

PR #7331 SHA 0af1f43

Co-authored-by: Joel Einbinder <joel.einbinder@gmail.com>
  • Loading branch information
aslushnikov and JoelEinbinder committed Jun 26, 2021
1 parent 81d4b43 commit 027b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-test/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export const errors = playwright.errors;
export const _electron = playwright._electron;
export const _android = playwright._android;
export const test = playwright.test;
export default playwright.default;
export default playwright.test;

0 comments on commit 027b294

Please sign in to comment.