| 7 | const coreMount = vi.fn() |
| 8 | const coreUnmount = vi.fn() |
| 9 | const construct = vi.fn<(...args: Array<unknown>) => void>() |
| 10 | class Core { |
| 11 | mount = coreMount |
| 12 | unmount = coreUnmount |
nothing calls this directly
no outgoing calls
no test coverage detected