MCPcopy Create free account
hub / github.com/TabularisDB/tabularis / pluginModuleLoader.test.ts

File pluginModuleLoader.test.ts

tests/utils/pluginModuleLoader.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi } from "vitest";
2import { loadUIExtensionModule, loadPluginUIExtensions } from "../../src/utils/pluginModuleLoader";
3import type { PluginManifest } from "../../src/types/plugins";
4import type { SlotComponentProps } from "../../src/types/pluginSlots";

Callers

nothing calls this directly

Calls 2

loadUIExtensionModuleFunction · 0.90
loadPluginUIExtensionsFunction · 0.90

Tested by

no test coverage detected