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 81d4b43 commit 027b294Copy full SHA for 027b294
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