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