Skip to content

Commit 71a7f87

Browse files
authored
rm useless return
1 parent 4fd3bd8 commit 71a7f87

File tree

1 file changed

+1
-3
lines changed
  • examples/with-javascript-browser

1 file changed

+1
-3
lines changed

examples/with-javascript-browser/test.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ const { chromium, firefox, webkit } = require('playwright');
2727
console.log(`✅ ${browser.name()} with-javascript-browser test passed`);
2828
await window.close();
2929
});
30-
31-
return
32-
})();
30+
})();

0 commit comments

Comments
 (0)