Quramy / jest-prisma

Jest environment for integrated testing with Prisma client
MIT License
266 stars 15 forks source link

[Closes Issue #129] Adds option to configure isolation level #132

Closed danielpowell4 closed 6 months ago

danielpowell4 commented 6 months ago

[Closes Issue #129] Adds option to configure isolation level

This option sets the transaction isolation level. By default, this is set to the value currently configured in your database.

I included a link to the prisma docs that help explain the options

Note

I was unsure how to run any tests locally as there might be setup steps like running prisma generate

I was able to run npm run build:lib without any build errors