Skip to content

Commit

Permalink
chore: Format, lint, build Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodBot committed Mar 19, 2022
1 parent 1a4a1c2 commit 43b258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno/lib/__tests__/default.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { expect } from "https://deno.land/x/expect@v0.2.6/mod.ts";
const test = Deno.test;

import { util } from "../helpers/util.ts";
import { z } from "../index.ts";
import { util } from "../helpers/util.ts";

test("basic defaults", () => {
expect(z.string().default("default").parse(undefined)).toBe("default");
Expand Down

0 comments on commit 43b258b

Please sign in to comment.