| 1 | import { beforeEach, test, vi } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { dispatchCommand } from '../dispatch.ts'; |
| 4 | import { AppError } from '../../kernel/errors.ts'; |
nothing calls this directly
no test coverage detected