| 1 | import { act, type ReactElement } from "react"; |
| 2 | import { createRoot } from "react-dom/client"; |
| 3 | import { beforeEach, describe, expect, test, vi } from "vitest"; |
| 4 | import type { DatabaseGroup } from "@/types/proto-es/v1/database_group_service_pb"; |
nothing calls this directly
no test coverage detected