We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workers Vitest Integration
3.107.3
Mac Sequoia 15.3
No response
My app path has a space in it, which is causing the following error when I run the tests.
workerd/server/server.c++:3319: error: Fallback service failed to fetch module; payload = ; spec =
To reproduce:
~/x/foo bar/home
pnpm create cloudflare@latest hello-world -- --type=hello-world\n
pnpm install --save-dev @cloudflare/vitest-pool-workers [email protected]
Now try moving the project to ~/x/foobar/home and try again. It should work fine without any errors.
~/x/foobar/home
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
What versions are you using?
3.107.3
What operating system and version are you using?
Mac Sequoia 15.3
Please provide a link to a minimal reproduction
No response
Describe the Bug
My app path has a space in it, which is causing the following error when I run the tests.
To reproduce:
~/x/foo bar/home
~/x/foo bar/home
pnpm create cloudflare@latest hello-world -- --type=hello-world\n
pnpm install --save-dev @cloudflare/vitest-pool-workers [email protected]
Now try moving the project to
~/x/foobar/home
and try again. It should work fine without any errors.Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: