I'm trying to configure my Next.js project with tRPC to run tests. I've tried following the documentation for Jest, Vitest, and even the official documentation at this link: https://create.t3.gg/en/usage/trpc#sample-integration-test
I’m not sure what I’m doing wrong — I’ve tried many different approaches. Could someone share a step-by-step video or a more complete tutorial?
I'm trying to use test to my backend routes procedures.