| 1 | import { renderHook } from "@testing-library/react"; |
| 2 | import { createMemoryRouter, RouterProvider } from "react-router"; |
| 3 | import type { WorkspaceResource } from "#/api/typesGenerated"; |
| 4 | import { MockWorkspaceResource } from "#/testHelpers/entities"; |
nothing calls this directly
no test coverage detected