| 3 | import { MemoryRouter } from "react-router-dom"; |
| 4 | |
| 5 | interface RouterRenderOptions extends Omit<RenderOptions, "wrapper"> { |
| 6 | initialEntries?: string[]; |
| 7 | } |
| 8 | |
| 9 | export function renderWithRouter( |
| 10 | ui: ReactElement, |
nothing calls this directly
no outgoing calls
no test coverage detected