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 36fc645 commit a8dc3b7Copy full SHA for a8dc3b7
packages/svelte-query/tests/infiniteQueryOptions.test-d.ts
@@ -3,7 +3,7 @@ import { QueryClient } from '@tanstack/query-core'
3
import { createInfiniteQuery, infiniteQueryOptions } from '../src/index.js'
4
import type { InfiniteData } from '@tanstack/query-core'
5
6
-describe('queryOptions', () => {
+describe('infiniteQueryOptions', () => {
7
test('Should not allow excess properties', () => {
8
infiniteQueryOptions({
9
queryKey: ['key'],
0 commit comments