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:
Andrey Lushnikov 2021-06-25 23:10:19 -07:00 committed by GitHub
parent 81d4b4334b
commit 027b294bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;