help testing a TRPC endpoint using Jest

YouTubeChristopher Ehrlich
Repo for this video: https://github.com/c-ehrlich/you-dont-need-callers

If you want to use schema in the frontend, they cannot be imported from the same file as things that run specifically in the backend. One solution would be to put them into a procedureName.schema.ts or similar file.

tRPC:
https://trpc.io/docs

Create T3 App:
https://crea...
Was this page helpful?