You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run yarn test locally SvelteKit tests always fail, because I have to run some manual steps. Instead the test file/suite should spawn the SvelteKit process.
The svelte command fails locally with the following command:
SvelteKit v1.0.0-next.348
local: http://localhost:3007
network: not exposed
Use --host to expose server to other devices on this network
TypeError: handler is not a function
at render_endpoint (file:///Users/laurinquast/Projects/graphql-yoga/examples/sveltekit/.svelte-kit/output/server/index.js:179:26)
at resolve (file:///Users/laurinquast/Projects/graphql-yoga/examples/sveltekit/.svelte-kit/output/server/index.js:2155:59)
at async respond (file:///Users/laurinquast/Projects/graphql-yoga/examples/sveltekit/.svelte-kit/output/server/index.js:2111:22)
at async file:///Users/laurinquast/Projects/graphql-yoga/node_modules/@sveltejs/kit/dist/chunks/index4.js:166:5
The text was updated successfully, but these errors were encountered:
Describe the bug
The SvelteKit build and tests on master are failing.
Your Example Website or App
https://github.com/dotansimha/graphql-yoga
Steps to Reproduce the Bug or Issue
Run tests on https://github.com/dotansimha/graphql-yoga
Expected behavior
Tests should pass :)
Screenshots or Videos
No response
Platform
Additional context
When I run
yarn test
locally SvelteKit tests always fail, because I have to run some manual steps. Instead the test file/suite should spawn the SvelteKit process.The svelte command fails locally with the following command:
The text was updated successfully, but these errors were encountered: