hadeelfouad
Results
2
issues of
hadeelfouad
Tried the following code to mock my PrismaClient using JavaScript ``` import { PrismaClient } from '@prisma/client'; import { mockDeep } from 'jest-mock-extended'; export const createDatabase = () => {...
Instead of initializing a pg client and passing it to the constructor I tried using connectionString directly but was not able to connect to the db and listen to any...