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 63b6a11 commit 06bbc90Copy full SHA for 06bbc90
tests/zod.spec.ts
@@ -696,10 +696,8 @@ describe('zod', () => {
696
697
const wantContains = [
698
'export function GeometrySchema(): z.ZodObject<Properties<Geometry>> {',
699
- 'return z.object({',
700
"__typename: z.literal('Geometry').optional(),",
701
'shape: ShapeSchema().nullish()',
702
- '}',
703
];
704
for (const wantContain of wantContains) {
705
expect(result.content).toContain(wantContain);
0 commit comments