| 11 | |
| 12 | const 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 | |
| 20 | test("isModule correctly identifies valid modules", () => { |
nothing calls this directly
no outgoing calls
no test coverage detected