Skip to content

systemcarl/sveltekit-issue-get-request-store

Repository files navigation

Reproduction of SvelteKit Issue (#14249)

Running test that calls sequence handler from a server test raises error: Could not get the request store. This is an internal error.

To reproduce install the dependencies listed in package-lock.json and run the test.

npm install
npm test

In previous versions of SvelteKit, this error did not occur. To verify, run included test against the previous SvelteKit version. SvelteKit v2.21.2 is included in a previous commit for comparison.

git checkout "@sveltejs/[email protected]"
npm install
npm test

About

Reproduction of error when calling SvelteKit sequence from server test.

Topics

Resources

Stars

Watchers

Forks