Skip to content

Commit

Permalink
fix: use svelte 4 for sveltekit for now (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <[email protected]>
  • Loading branch information
sapphi-red and bluwy authored Oct 28, 2024
1 parent cec8cfe commit 190b1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ 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'],
Expand Down

0 comments on commit 190b1f5

Please sign in to comment.