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