Are there any good references/ideas around writing...
# orm-help
r
Are there any good references/ideas around writing unit tests against prisma? Anyone got good mocking advice there? Ideally I want to test my resolver functions in my app but provide mock in-memory data.
r
Hey @Rudi Yardley 👋 I'm not sure about unit tests, but I have created an example for Integration tests here.
👍 1
r
Cheers @Ryan! I will check it out!
💯 1