Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roncohen committed Nov 21, 2024
1 parent f9203bc commit 81ca96e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/accelerators/object.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ describe("object type", () => {
test1: zod.string(),
}).merge(zod.object({
test2: zod.number(),
})).strict();
}))
.strict();

const accelerateSchema = ZodAccelerator.build(schema);
let data: any = {
Expand Down

0 comments on commit 81ca96e

Please sign in to comment.