| 1 | import { describe, it, expect, vi } from "vitest"; |
| 2 | import { loadUIExtensionModule, loadPluginUIExtensions } from "../../src/utils/pluginModuleLoader"; |
| 3 | import type { PluginManifest } from "../../src/types/plugins"; |
| 4 | import type { SlotComponentProps } from "../../src/types/pluginSlots"; |
nothing calls this directly
no test coverage detected