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
Neto
Neto4y ago
you can check
Neto
Neto4y ago
Create T3 App
tRPC 🚀 Create T3 App
The best way to setup an opinionated, full-stack, typesafe Next.js project
mac
mac4y ago
jest baby
nexxel
nexxel4y ago
i don't recommend jest vitest for unit tests and playwright for end to end tests
jesse
jesseOP4y ago
@nexxel Is there a reason that you would not recommend someone to use jest?
nexxel
nexxel4y ago
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
jesse
jesseOP4y ago
Gotcha, I will look into both just to get a better picture of the two

Did you find this page helpful?