MCPcopy Index your code
hub / github.com/mlco2/codecarbon / RouterRenderOptions

Interface RouterRenderOptions

webapp/tests/test-utils.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected