| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { createInitialState, reduceAppEvent } from '../src/api/daemon/eventReducer'; |
| 3 | import type { AppMessage, AppSession, AppTask } from '../src/api/types'; |
| 4 |
nothing calls this directly
no test coverage detected