| 1 | import { describe, expect, it } from 'bun:test'; |
| 2 | import { WrapperState } from './state'; |
| 3 | import { createLifecycleManager } from './lifecycle'; |
| 4 | import type { IngestEvent } from '../../src/shared/protocol'; |
nothing calls this directly
no test coverage detected