(schema: StandardSchemaWithJSON)
| 3 | import * as z from "../index.js"; |
| 4 | |
| 5 | function acceptSchema(schema: StandardSchemaWithJSON) { |
| 6 | return schema; |
| 7 | } |
| 8 | |
| 9 | test("Zod Mini schemas are NOT assignable to StandardJSONSchema", () => { |
| 10 | const schema = z.string(); |
no outgoing calls
no test coverage detected