Skip to content

Commit

Permalink
fix(test-runner): fix default export breaking on installation tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored Jun 26, 2021
1 parent 02538fb commit 0af1f43
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 0af1f43

Please sign in to comment.