| 1 | import type { BackgroundTaskInfo, BackgroundTaskStatus } from '@moonshot-ai/kimi-code-sdk'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | |
| 4 | import { formatBackgroundTaskTranscript } from '@/tui/utils/background-task-status'; |
nothing calls this directly
no test coverage detected