cherry-pick(release-1.12): fix default export breaking on installation tests (#7336)
PR #7331 SHA 0af1f4399d
Co-authored-by: Joel Einbinder <joel.einbinder@gmail.com>
This commit is contained in:
parent
81d4b4334b
commit
027b294bd7
|
|
@ -25,4 +25,4 @@ export const errors = playwright.errors;
|
||||||
export const _electron = playwright._electron;
|
export const _electron = playwright._electron;
|
||||||
export const _android = playwright._android;
|
export const _android = playwright._android;
|
||||||
export const test = playwright.test;
|
export const test = playwright.test;
|
||||||
export default playwright.default;
|
export default playwright.test;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue