Skip to content
Stijn edited this page Feb 8, 2023 · 1 revision

Welcome to the prisma-mock wiki!

This is a mock of the Prisma API intended for unit testing. All the data is stored in memory.

The library jest-mock-extended is used, which means that if functionality you need is not implemented yet, you can mock it yourself.

Clone this wiki locally