Skip to content

Commit e3aca98

Browse files
authored
test(react-query): update describe in infiniteQueryOptions.test-d.tsx (#8081)
1 parent 0f7baef commit e3aca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/src/__tests__/infiniteQueryOptions.test-d.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useSuspenseInfiniteQuery } from '../useSuspenseInfiniteQuery'
66
import { useQuery } from '../useQuery'
77
import type { InfiniteData, InitialDataFunction } from '@tanstack/query-core'
88

9-
describe('queryOptions', () => {
9+
describe('infiniteQueryOptions', () => {
1010
it('should not allow excess properties', () => {
1111
infiniteQueryOptions({
1212
queryKey: ['key'],

0 commit comments

Comments
 (0)