Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Apr 9, 2024
1 parent 86aafbb commit e6a63da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/react/hooks/__tests__/useSuspenseQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5631,8 +5631,7 @@ describe("useSuspenseQuery", () => {
});

const { result, rerender } = renderSuspenseHook(
({ skip, id }) =>
useSuspenseQuery(query, { skip, variables: { id } }),
({ skip, id }) => useSuspenseQuery(query, { skip, variables: { id } }),
{ mocks, link, strictMode: true, initialProps: { skip: true, id: "1" } }
);

Expand Down

0 comments on commit e6a63da

Please sign in to comment.