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 1ac2df7 commit a4627b8Copy full SHA for a4627b8
tests/regression/tests/issue-1378.test.ts
@@ -24,7 +24,7 @@ describe('issue 1378', () => {
24
{
25
name: 'main.ts',
26
content: `
27
- import { z } from 'zod';
+ import { z } from 'zod/v3';
28
import { PrismaClient } from '@prisma/client';
29
import { enhance } from '.zenstack/enhance';
30
import { TodoCreateSchema } from '.zenstack/zod/models';
0 commit comments