Hi, this question is related to Prisma Unit Testin...
# orm-help
r
Hi, this question is related to Prisma Unit Testing: I followed this guide: https://www.prisma.io/docs/guides/testing/unit-testing However, we are getting circular dependancy error, though we added  
"strictNullChecks": true
 to our 
tsconfig.json
. Node Version: 14 "jest-mock-extended": "^2.0.4", For now, we are doing // @ts-ignore to avoid this circular dependancy run-time error. Can any one help how to solve this issue without using ts-ignore?