✌️ Hi everyone,
I'm starting to develop a new app with fastify and I want to use Prisma for first time as ORM. The setup working well and and the models are very easy to use and everythink working well. Now I want to setup some unit test, my preferred setup is to use TAP as test framework. Anyone have some suggestion how to mock Prisma with TAP? Because on the guide is suggested to use Jest but I doesn't have a very good relations with it.