import * as z from "jazz-tools-zod-v4-rn-patch/v4"; import { expect, test } from "vitest"; test("test this binding", () => { const parse = z.string().parse; expect(parse("asdf")).toBe("asdf"); });