| 1 | import { describe, expect, it, mock } from 'bun:test' |
| 2 | import type { MutableRefObject } from 'react' |
| 3 | import type { Theme } from '../utils/theme.js' |
| 4 | import type { Message as MessageType } from '../types/message.js' |
nothing calls this directly
no test coverage detected