style(primer): prettier format forceAttempt tests
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user