Skip to content

Commit

Permalink
chore: automatic fixes and code generation for dc05fd2 (Reverted tsdx)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell authored and github-actions[bot] committed Mar 20, 2021
1 parent dc05fd2 commit b3140ad
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/[email protected]/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 b3140ad

Please sign in to comment.