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