Skip to content

Commit

Permalink
chore: switch sveltekit branch to version-2 until thats on master (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Dec 4, 2023
1 parent 6a5687a commit 5d92a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'sveltejs/kit',
branch: 'master',
branch: 'version-2',
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
Expand Down

0 comments on commit 5d92a41

Please sign in to comment.