berry icon indicating copy to clipboard operation
berry copied to clipboard

Fix (partially) Svelte E2E test

Open clemyan opened this issue 1 year ago • 0 comments

What's the problem this PR addresses?

The SvelteKit E2E test has been failing

How did you fix it?

  • create-svelte discontinued the next dist-tag, use latest instead
  • I don't know how it was but yes cannot defeat create-svelte interactivity 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 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.

clemyan avatar Aug 01 '24 13:08 clemyan