prisma-examples
prisma-examples copied to clipboard
Add example to mock Database for Expressjs API test
Hi,
I have been trying to figure out how to mock a database and use it to test my API built with Expressjs. I am running the test with Jest and Supertest.
It will be nice to have an example to guide me.