berry
berry copied to clipboard
Fix (partially) Svelte E2E test
What's the problem this PR addresses?
The SvelteKit E2E test has been failing
How did you fix it?
create-sveltediscontinued thenextdist-tag, uselatestinstead- I don't know how it was but
yescannot defeatcreate-svelteinteractivity now, so I just use its node API instead - Also added a TypeScript test
The test should still be failing due to https://github.com/sveltejs/kit/pull/11433#issuecomment-1883293875, but at least it is an actual failure of the E2E test, not of our setup. :shrug:
Closes https://github.com/yarnpkg/berry/pull/6345
Checklist
- [x] I have read the Contributing Guide.
- [x] I have set the packages that need to be released for my changes to be effective.
- [x] I will check that all automated PR checks pass before the PR gets reviewed.