| 1 | import { execSync } from 'node:child_process'; |
| 2 | |
| 3 | import type { createKimiDeviceId as createKimiDeviceIdFn } from '@moonshot-ai/kimi-code-oauth'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected