Skip to content

Commit 0e21fdc

Browse files
feat(astro): change astro branch to next (#426)
Change test branch to 'next' Update branch from 'main' to 'next' in test options.
1 parent f1d979b commit 0e21fdc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/astro.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
77
repo: 'withastro/astro',
8-
branch: 'main',
8+
branch: 'next',
99
build: 'build:ci',
1010
test: 'test:vite-ci',
1111
})
1212
}
13-
14-
export const rolldownViteExpectedFailureReason = `
15-
needs to be updated on astro side (manualChunks)
16-
`

0 commit comments

Comments
 (0)