Vitest instead of Jest #1232
crummy
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
Awesome! Thank you for sharing this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@crummy , I'm glad to inform you, that version 15 now supports |
Beta Was this translation helpful? Give feedback.
3 replies
-
v20 detached from any testing frameworks — released 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm introducing tests to a package we have that uses
express-zod-api
. Elsewhere we use Vitest so I tried to use it here too withtestEndpoint
- but discovered that Jest is expected instead. So I took the file fromexpress-zod-api
and replaced references to Jest with ones to Vitest.I can't say this works perfectly but in my limited testing this functions as a drop-in replacement for
express-zod-api
'stestEndpoint
call.Beta Was this translation helpful? Give feedback.
All reactions