Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Oct 3, 2023
1 parent 1e61d76 commit d931ea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions playground.ts
@@ -1,12 +1,3 @@
import { z } from "./src";

z;

const schema = z.object({
name: z.string(),
value: z.string(),
});

const schemaRefine = schema.superRefine(async (val, _ctx) => {
return val.value !== "INVALID";
});
2 changes: 1 addition & 1 deletion src/__tests__/readonly.test.ts
@@ -1,5 +1,5 @@
// @ts-ignore TS6133
import { test, expect } from "@jest/globals";
import { expect,test } from "@jest/globals";

import { util } from "../helpers/util";
import * as z from "../index";
Expand Down

0 comments on commit d931ea3

Please sign in to comment.