We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7baef commit e3aca98Copy full SHA for e3aca98
packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx
@@ -6,7 +6,7 @@ import { useSuspenseInfiniteQuery } from '../useSuspenseInfiniteQuery'
6
import { useQuery } from '../useQuery'
7
import type { InfiniteData, InitialDataFunction } from '@tanstack/query-core'
8
9
-describe('queryOptions', () => {
+describe('infiniteQueryOptions', () => {
10
it('should not allow excess properties', () => {
11
infiniteQueryOptions({
12
queryKey: ['key'],
0 commit comments