You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change in #257 appears to have broken transactional tests with jest-prisma. Some factory generations seem to be picking up something other than the jestPrisma client that wraps them in a transaction.
The text was updated successfully, but these errors were encountered:
#257 appears to have broken transactional tests with jest-prisma
🤔
Setup script for jest-prisma uses the following initialize function ( which is different from initialize function exposed in generated factory code). This function uses "singleton" Prisma Client.
The change in #257 appears to have broken transactional tests with jest-prisma. Some factory generations seem to be picking up something other than the jestPrisma client that wraps them in a transaction.
The text was updated successfully, but these errors were encountered: