Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Dec 11, 2024
1 parent b369e80 commit bc8908d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-query/src/__tests__/queryOptions.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { queryOptions } from '../queryOptions'
import { useQuery } from '../useQuery'
import { useQueries } from '../useQueries'
import { useSuspenseQuery } from '../useSuspenseQuery'
import type { AnyUseQueryOptions, UseQueryOptions } from '../types'
import type { AnyUseQueryOptions } from '../types'
import type {
DataTag,
InitialDataFunction,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
sleep,
} from './utils'
import type { MutationState, MutationStatus } from '@tanstack/query-core'

//
describe('useIsMutating', () => {
it('should return the number of fetching mutations', async () => {
const isMutatingArray: Array<number> = []
Expand Down

0 comments on commit bc8908d

Please sign in to comment.