()
| 83 | } |
| 84 | |
| 85 | function resetFirstTokenDateConfig(): void { |
| 86 | saveGlobalConfig(current => ({ |
| 87 | ...current, |
| 88 | claudeCodeFirstTokenDate: undefined, |
| 89 | })) |
| 90 | } |
| 91 | |
| 92 | beforeAll(async () => { |
| 93 | tempConfigDir = await mkdtemp(join(tmpdir(), 'ncode-first-token-date-')) |
no test coverage detected