| 1 | import { describe, expect, test, mock, beforeEach, afterEach } from 'bun:test' |
| 2 | |
| 3 | import type { ChatMessage } from '../../../types/chat' |
| 4 | import type { SendMessageTimerController } from '../../../utils/send-message-timer' |
nothing calls this directly
no test coverage detected