Skip to content

Commit

Permalink
ci: Fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McBride authored Dec 15, 2023
1 parent eb67933 commit 31c20e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zod-openapi/src/lib/zod-openapi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,8 @@ describe('zodOpenapi', () => {
}
`);

});

expect(generateSchema(z.object({ field: z.string() }).readonly()))
.toMatchInlineSnapshot(`
Object {
Expand Down

0 comments on commit 31c20e0

Please sign in to comment.