We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02538fb commit 0af1f43Copy full SHA for 0af1f43
packages/playwright-test/index.mjs
@@ -25,4 +25,4 @@ export const errors = playwright.errors;
25
export const _electron = playwright._electron;
26
export const _android = playwright._android;
27
export const test = playwright.test;
28
-export default playwright.default;
+export default playwright.test;
0 commit comments