Backstage
    Preparing search index...
    • Wraps a component inside a Backstage test app, providing a mocked theme and app context, along with mocked APIs.

      Parameters

      • Component: ReactNode | ComponentType

        A component or react node to render inside the test app.

      • options: TestAppOptions = {}

        Additional options for the rendering.

      Returns ReactElement