Skip to content

Commit

Permalink
chore(tests): switch sveltekit to version-2 branch (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Dec 2, 2023
1 parent 7b8a9c9 commit a824a85
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: {
svelte: 'latest',
'@sveltejs/vite-plugin-svelte': true,
Expand Down

0 comments on commit a824a85

Please sign in to comment.