deno.land / x / zod@v3.19.1 / __tests__ / description.test.ts

description.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
// @ts-ignore TS6133import { expect } from "https://deno.land/x/expect@v0.2.6/mod.ts";const test = Deno.test;
import * as z from "../index.ts";
test("description", () => { const schema: any = z.string(); const DESC = "asdlfkjasdf"; expect(schema.describe(DESC).description).toEqual(DESC);});
zod

Version Info

Tagged at
a year ago