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 4fd3bd8 commit 71a7f87Copy full SHA for 71a7f87
examples/with-javascript-browser/test.cjs
@@ -27,6 +27,4 @@ const { chromium, firefox, webkit } = require('playwright');
27
console.log(`✅ ${browser.name()} with-javascript-browser test passed`);
28
await window.close();
29
});
30
-
31
- return
32
-})();
+})();
0 commit comments