chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-18 02:03:30 +00:00
parent 1fae784b81
commit daaa1c7e26
@@ -848,8 +848,7 @@ describe("util.effect-zod", () => {
test("identifier + description propagate through the preprocess wrapper", () => { test("identifier + description propagate through the preprocess wrapper", () => {
const Inner = Schema.Struct({ const Inner = Schema.Struct({
x: Schema.optional(Schema.String), x: Schema.optional(Schema.String),
}) }).annotate({
.annotate({
identifier: "WithPreproc", identifier: "WithPreproc",
description: "A schema with preprocess", description: "A schema with preprocess",
[ZodPreprocess]: (v: unknown) => v, [ZodPreprocess]: (v: unknown) => v,