| 1 | import { Core } from '../../src/Core'; |
| 2 | import { IPlugin } from '../../src/Core/Plugin'; |
| 3 | import { PluginManager } from '../../src/Core/PluginManager'; |
| 4 | import type { ServiceContainer } from '../../src/Core/ServiceContainer'; |
nothing calls this directly
no test coverage detected