File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/APPS/CronJobs/Kfintech/node_modules/zod/src/v3/tests/safeparse.test.ts
Back
// @ts-ignore TS6133 import { expect, test } from "vitest"; import * as z from "zod/v3"; const stringSchema = z.string(); test("safeparse fail", () => { const safe = stringSchema.safeParse(12); expect(safe.success).toEqual(false); expect(safe.error).toBeInstanceOf(z.ZodError); }); test("safeparse pass", () => { const safe = stringSchema.safeParse("12"); expect(safe.success).toEqual(true); expect(safe.data).toEqual("12"); }); test("safeparse unexpected error", () => { expect(() => stringSchema .refine((data) => { throw new Error(data); }) .safeParse("12") ).toThrow(); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings