Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/src/v4/classic/tests/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/src/v4/classic/tests/base.test.ts

import { expect, test } from "vitest";
import * as z from "zod/v4";

test("test this binding", () => {
  const parse = z.string().parse;
  expect(parse("asdf")).toBe("asdf");
});