diff --git a/tests/sveltekit.ts b/tests/sveltekit.ts index 37317f11..f66623ce 100755 --- a/tests/sveltekit.ts +++ b/tests/sveltekit.ts @@ -7,11 +7,11 @@ export async function test(options: RunOptions) { repo: 'sveltejs/kit', branch: 'main', overrides: { - // svelte: 'latest', - // '@sveltejs/vite-plugin-svelte': true, - // '@sveltejs/vite-plugin-svelte-inspector': true, + svelte: 'latest', + '@sveltejs/vite-plugin-svelte': true, + '@sveltejs/vite-plugin-svelte-inspector': true, }, - beforeTest: 'pnpm playwright install', - test: ['lint', 'check', 'test:vite-ecosystem-ci'], + beforeTest: 'pnpm playwright install chromium', + test: ['test:vite-ecosystem-ci', 'lint', 'check'], }) }