Skip to content

Commit d26963b

Browse files
authored
fix(rstest): webkit needs deps
1 parent d7b853b commit d26963b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rsbuild/rstest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function test(options: RunOptions) {
99
// ignore snapshot changes
1010
test: ['test -u'],
1111
beforeTest: async () => {
12-
await $`npx playwright install chromium webkit`;
12+
await $`npx playwright install chromium webkit --with-deps`;
1313
},
1414
});
1515
}

0 commit comments

Comments
 (0)