We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4597e5a commit 8d2da06Copy full SHA for 8d2da06
tests/integration/tests/enhancements/json/crud.test.ts
@@ -216,6 +216,7 @@ describe('Json field CRUD', () => {
216
}
217
);
218
219
+ prisma = params.prisma;
220
const schema = params.zodSchemas.models.ProfileSchema;
221
222
expect(schema.safeParse({ age: 10, address: { city: 'NY' } })).toMatchObject({ success: false });
0 commit comments