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 38672b8 commit b2cd053Copy full SHA for b2cd053
1 file changed
src/config/validation.test.ts
@@ -422,7 +422,6 @@ describe("mapZodIssueToConfigIssue", () => {
422
});
423
424
it("handles malformed input gracefully", () => {
425
- // @ts-expect-error — testing runtime resilience
426
const result = testing.mapZodIssueToConfigIssue(null);
427
expect(result.path).toBe("");
428
expect(result.message).toBe("Invalid input");
0 commit comments