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
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Please post usage questions or broader discussions in the Forum.
---Circular dependency while mocking the Prisma client using both approach singelton and context
For bug reports, please fill out the bug report issue template
code for above error:
describe('Should create a new user', async () => {
prismaMock.user.create.mockResolvedValue(userStub());
});
The text was updated successfully, but these errors were encountered: