Skip to content

Commit

Permalink
Mocks remaining QueryClient functions
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Jan 22, 2024
1 parent 22a365f commit ced6a6b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ export const TestProvidersComponent: React.FC<Props> = ({
retry: false,
},
},
logger: {
log: jest.fn(),
warn: jest.fn(),
error: () => {},
},
});

return (
Expand Down

0 comments on commit ced6a6b

Please sign in to comment.