Skip to content

Commit a8dc3b7

Browse files
authored
test(svelte-query/infiniteQueryOptions): fix incorrect 'describe' name from 'queryOptions' to 'infiniteQueryOptions' (#10409)
1 parent 36fc645 commit a8dc3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-query/tests/infiniteQueryOptions.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { QueryClient } from '@tanstack/query-core'
33
import { createInfiniteQuery, infiniteQueryOptions } from '../src/index.js'
44
import type { InfiniteData } from '@tanstack/query-core'
55

6-
describe('queryOptions', () => {
6+
describe('infiniteQueryOptions', () => {
77
test('Should not allow excess properties', () => {
88
infiniteQueryOptions({
99
queryKey: ['key'],

0 commit comments

Comments
 (0)