Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Sep 6, 2024
1 parent 4329b2d commit 433a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query/src/__tests__/prefetch.test-d.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expectTypeOf, it } from 'vitest'
import { usePrefetchInfiniteQuery, usePrefetchQuery } from '../prefetch'
import { usePrefetchInfiniteQuery, usePrefetchQuery } from '..'

describe('usePrefetchQuery', () => {
it('should return nothing', () => {
Expand Down

0 comments on commit 433a4c0

Please sign in to comment.