style(turns): apply prettier line-wrap from pre-commit hook

This commit is contained in:
Codex
2026-07-26 18:07:33 +09:00
parent 142929ba39
commit 6036430c60

View File

@@ -202,7 +202,8 @@ describe('MessageTurnController outbound audit logging', () => {
// The caller's finally must call dispose().
controller.dispose();
const editsAfterDispose = vi.mocked(channel.editMessage!).mock.calls.length;
const editsAfterDispose = vi.mocked(channel.editMessage!).mock.calls
.length;
await vi.advanceTimersByTimeAsync(30_000);
// No further edits — the orphaned "stuck at 0s" zombie ticker is gone.