style(primer): prettier format forceAttempt tests

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Codex
2026-06-09 15:18:16 +09:00
parent 4ddaa88f8a
commit f6ce3122bf

View File

@@ -507,7 +507,10 @@ describe('Codex warm-up fixed-slot forceAttempt', () => {
(accountIndex = 0) => authPathFor(tempHome, accountIndex),
);
vi.mocked(childProcess.spawn).mockImplementation(
(() => createFakeCodexProcess(0) as never) as unknown as typeof childProcess.spawn,
(() =>
createFakeCodexProcess(
0,
) as never) as unknown as typeof childProcess.spawn,
);
return { childProcess, runCodexWarmupCycle };
}