Skip to content

Commit 01cfb2a

Browse files
committed
test: zod conversion passes metadata
1 parent b7e00f8 commit 01cfb2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/__tests__/__snapshots__/server.schema.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ exports[`jsonSchemaToZod should convert JSON Schema to Zod, complex unsupported
4646
"items": {
4747
"type": "string",
4848
},
49+
"lorem": "ipsum random string",
4950
"type": "array",
5051
}
5152
`;
@@ -56,6 +57,7 @@ exports[`jsonSchemaToZod should convert JSON Schema to Zod, complex unsupported
5657
"items": {
5758
"type": "string",
5859
},
60+
"lorem": "ipsum random string",
5961
"type": "array",
6062
}
6163
`;

0 commit comments

Comments
 (0)