Unit Test Next.js 13+ App Router API Routes with Jest and React-Testing-Library. With examples including Prisma example
GitHub repo – all the examples used in this article are in this repo. I will add more examples to this repo over time. Testing Next.js API routes seems quite daunting at first due to lack of documentation. But fear...