We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15584a4 commit f6ea537Copy full SHA for f6ea537
1 file changed
tests/rstest/modernjs.ts
@@ -46,7 +46,6 @@ export async function test(options: RunOptions) {
46
'test:ut',
47
async () => {
48
cd('./tests');
49
- await $`pnpm exec playwright install chromium --with-deps`;
50
await $`pnpm run test:rstest`;
51
cd('..');
52
},
0 commit comments