diff --git a/tests/marko.ts b/tests/marko.ts index 4b71ffd8..eaa55918 100644 --- a/tests/marko.ts +++ b/tests/marko.ts @@ -7,6 +7,7 @@ export async function test(options: RunOptions) { repo: 'marko-js/vite', dir: 'marko', // default is last segment of repo, which would be vite and confusing build: 'build', + beforeTest: 'pnpm playwright install chromium', test: 'test', overrides: { esbuild: `${options.vitePath}/packages/vite/node_modules/esbuild`,