What is everyone using for testing their T3 App?
I just wanted to hear some thoughts on testing philosophy as well as any implementation that people have.
7 Replies
you can check
Create T3 App
tRPC 🚀 Create T3 App
The best way to setup an opinionated, full-stack, typesafe Next.js project
jest baby
i don't recommend jest
vitest for unit tests and playwright for end to end tests
@nexxel Is there a reason that you would not recommend someone to use jest?
old
vitest just better
don't get me wrong there's nothing wrong in jest
but vitest is just better idk why you wouldn't use it
Gotcha, I will look into both just to get a better picture of the two