Skip to content

Commit

Permalink
fix: tsc, lints
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Feb 7, 2024
1 parent 054213e commit 1b4a26a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ describe("useApplication", () => {
const variables = { chainId: 1, roundId: "1", id: "1" };
renderWithContext(
createElement(() => {
const { data } = useApplication(variables);
// @ts-expect-error tests
const { data } = useApplication(variables, {});
if (data) {
// Expect the hook to return the data
expect(data).toEqual(applicationData.application);
Expand Down

0 comments on commit 1b4a26a

Please sign in to comment.