| 1 | import { describe, expect, test } from "bun:test"; |
| 2 | import type { Config } from "@/node/config"; |
| 3 | import type { FrontendWorkspaceMetadata } from "@/common/types/workspace"; |
| 4 | import { EditorService } from "./editorService"; |
nothing calls this directly
no test coverage detected