Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 23, 2024
1 parent 2dca3da commit d480cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/query/reactQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe('reactQuery', () => {
it('should create a query client with default options', () => {
expect(queryClient.getDefaultOptions()).toEqual({
queries: {
refetchOnWindowFocus: true,
refetchOnMount: true,
staleTime: 0,
gcTime: 1_000 * 60 * 60 * 24,
Expand Down

0 comments on commit d480cd1

Please sign in to comment.