fix(test-runner): fix default export breaking on installation tests (#7331)

This commit is contained in:
Joel Einbinder 2021-06-25 22:52:04 -07:00 committed by GitHub
parent 02538fb587
commit 0af1f4399d
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;