| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { useMutation } from '../useMutation' |
| 3 | import { QueryClient } from '../QueryClient' |
| 4 | import type { DefaultError } from '@tanstack/query-core' |
nothing calls this directly
no test coverage detected