Skip to content

Commit

Permalink
fix: typescript ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
devjoaov committed Jun 18, 2024
1 parent cf7330e commit 91631f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/serializeQuery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ describe("Query Serialization and Deserialization", () => {
// });

it("throws error for invalid input types in deserializeQuery", () => {
// @ts-ignore-next-line
expect(() => deserializeQuery(null)).toThrow();
});
});
Expand Down

0 comments on commit 91631f0

Please sign in to comment.