Skip to content

Commit

Permalink
test(react-query): update describe in infiniteQueryOptions.test-d.tsx (
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk authored Oct 10, 2024
1 parent 0f7baef commit e3aca98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useSuspenseInfiniteQuery } from '../useSuspenseInfiniteQuery'
import { useQuery } from '../useQuery'
import type { InfiniteData, InitialDataFunction } from '@tanstack/query-core'

describe('queryOptions', () => {
describe('infiniteQueryOptions', () => {
it('should not allow excess properties', () => {
infiniteQueryOptions({
queryKey: ['key'],
Expand Down

0 comments on commit e3aca98

Please sign in to comment.