We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e329 commit b3b0c94Copy full SHA for b3b0c94
1 file changed
express-zod-api/tests/env.spec.ts
@@ -128,10 +128,7 @@ describe("Environment checks", () => {
128
expect(boolSchema.isNullable()).toBeTruthy();
129
});
130
131
- /**
132
- * @link https://github.com/colinhacks/zod/issues/4274
133
- * @todo this fact can be used for switching to native examples
134
- * */
+ /** @link https://github.com/colinhacks/zod/issues/4274 */
135
test.each(["input", "output"] as const)(
136
"%s examples of transformations",
137
(io) => {
0 commit comments