Skip to content

Commit

Permalink
chore: update zod
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Mar 23, 2024
1 parent 518e6c2 commit d2f709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swagger-zod/src/zodParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const input = [
},
},
}),
expected: 'z.object({"firstName": z.string().min(2),"address": z.string().nullable().describe("Your address")})',
expected: 'z.object({"firstName": z.string().min(2),"address": z.string().describe("Your address").nullable()})',
},
{
input: parseZodMeta({
Expand Down

0 comments on commit d2f709d

Please sign in to comment.