| 1 | // @vitest-environment jsdom |
| 2 | import { act, renderHook, waitFor } from "@testing-library/react"; |
| 3 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 4 | import type { WorkspaceInfo } from "@/types"; |
nothing calls this directly
no test coverage detected