| 1 | import { QueryClient } from "react-query"; |
| 2 | import { describe, expect, it } from "vitest"; |
| 3 | import type { WorkspacesResponse } from "#/api/typesGenerated"; |
| 4 | import { getWorkspaceQuotaQueryKey } from "./workspaceQuota"; |
nothing calls this directly
no test coverage detected