| 1 | import { describe, it, expect, vi } from 'vitest'; |
| 2 | import { BotGateway } from '../src/bot/gateway.ts'; |
| 3 | import { COMMANDS, findCommand, menuDescriptors } from '../src/bot/commands.ts'; |
| 4 | import type { Transport, Incoming, MessageRef, Button, AgentRunner } from '../src/bot/types.ts'; |
nothing calls this directly
no test coverage detected