MCPcopy
hub / github.com/element-hq/element-web / TestModule

Class TestModule

packages/module-api/src/api/index.test.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12const TestModule = {
13 default: class TestModule {
14 public static moduleApiVersion = "1.0.0";
15 public constructor(private readonly api: Api) {}
16 public async load(): Promise<void> {}
17 },
18};
19
20test("isModule correctly identifies valid modules", () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected