Skip to content

Commit b2cd053

Browse files
committed
fix: remove unused ts-expect-error directive
1 parent 38672b8 commit b2cd053

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/config/validation.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ describe("mapZodIssueToConfigIssue", () => {
422422
});
423423

424424
it("handles malformed input gracefully", () => {
425-
// @ts-expect-error — testing runtime resilience
426425
const result = testing.mapZodIssueToConfigIssue(null);
427426
expect(result.path).toBe("");
428427
expect(result.message).toBe("Invalid input");

0 commit comments

Comments
 (0)