| 1 | import { describe, it, expect, beforeEach, vi } from 'vitest'; |
| 2 | import type { CloudAgentWorktreeId } from '@kilocode/session-ingest-contracts'; |
| 3 | |
| 4 | const { mockTimeoutWarn, mockTimeoutWithFields, mockTimeoutWithTags } = vi.hoisted(() => { |
nothing calls this directly
no test coverage detected