Skip to content

Commit b3b0c94

Browse files
committed
rm todo that is done.
1 parent 252e329 commit b3b0c94

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

express-zod-api/tests/env.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ describe("Environment checks", () => {
128128
expect(boolSchema.isNullable()).toBeTruthy();
129129
});
130130

131-
/**
132-
* @link https://github.com/colinhacks/zod/issues/4274
133-
* @todo this fact can be used for switching to native examples
134-
* */
131+
/** @link https://github.com/colinhacks/zod/issues/4274 */
135132
test.each(["input", "output"] as const)(
136133
"%s examples of transformations",
137134
(io) => {

0 commit comments

Comments
 (0)