MCPcopy
hub / github.com/colinhacks/zod / object.test.ts

File object.test.ts

packages/zod/src/v4/mini/tests/object.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, expectTypeOf, test } from "vitest";
2import * as z from "zod/mini";
3
4test("z.object", () => {

Callers

nothing calls this directly

Calls 15

stringMethod · 0.80
numberMethod · 0.80
optionalMethod · 0.80
booleanMethod · 0.80
safeExtendMethod · 0.80
parseMethod · 0.65
checkMethod · 0.65
keyofMethod · 0.65
safeParseMethod · 0.65
extendMethod · 0.65
pickMethod · 0.65
omitMethod · 0.65

Tested by

no test coverage detected