| 1 | import React from 'react'; |
| 2 | import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; |
| 3 | import { act, renderHook } from '@testing-library/react'; |
| 4 | import { usePostToSquad } from './usePostToSquad'; |
nothing calls this directly
no test coverage detected