| 1 | import assert from 'node:assert/strict'; |
| 2 | import { describe, test } from 'node:test'; |
| 3 | import type { SessionEvent } from '@maka/core/events'; |
| 4 | import type { SessionSummary, StoredMessage } from '@maka/core/session'; |
nothing calls this directly
no test coverage detected