-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
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
🚀 Update documentation for Vitest testing with Miniflare 3 #5044
Comments
Hey! 👋 Although that PR has now been merged, the |
Hi y'all, I recently ported my Miniflare 2 project to Miniflare 3. It has a useful integration test setup that works for database testing with Prisma. If anyone is into that, I distilled my learnings in this example: https://github.com/vladinator1000/prisma-vitest-miniflare |
The documentation @mrbbot mentioned is being worked on here: cloudflare/cloudflare-docs#13092 |
I'm going to close this out as we have new documentation at: https://developers.cloudflare.com/workers/testing/vitest-integration/ |
Describe the solution
Following the release of this feature Implement Vitest testing environment for Miniflare 3, could you please update the documentation:
and provide a working example of unit testing with Miniflare 3 and vitest?
The text was updated successfully, but these errors were encountered: