Skip to content

Commit

Permalink
feat: mutation cachetime
Browse files Browse the repository at this point in the history
fix imports after merge conflict
  • Loading branch information
TkDodo committed Nov 17, 2021
1 parent ef3f169 commit d665de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/mutationCache.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { waitFor } from '@testing-library/react'
import { queryKey, mockConsoleError } from '../../reactjs/tests/utils'
import { queryKey, mockConsoleError, sleep } from '../../reactjs/tests/utils'
import { MutationCache, MutationObserver, QueryClient } from '../..'

describe('mutationCache', () => {
Expand Down

0 comments on commit d665de2

Please sign in to comment.