Does Unit-Testing in T3 has been already discussed?
I've been searching in internet a lot to find some guidance with this, but haven't find much. There's any suggestion on what to go to? (I already tried Jest but had some trouble with the @t3-oss module, something related to ESModules)
3 Replies
GitHub
feat: Set up tests and add at least one example · Issue #1180 · t3-...
Hello! Is your feature request related to a problem? Please describe. I've seen that people had troubles with setting up tests. So I thought maybe it would be a good idea to add a setup for tes...
Try Vitest. It was pretty easy to set up.
Agree with @ram dude vitest has worked well for my app