From 6036430c609cebc538590c6dd452f513a2507b45 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 26 Jul 2026 18:07:33 +0900 Subject: [PATCH] style(turns): apply prettier line-wrap from pre-commit hook --- src/message-turn-controller.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/message-turn-controller.test.ts b/src/message-turn-controller.test.ts index c1d5f3f..19be428 100644 --- a/src/message-turn-controller.test.ts +++ b/src/message-turn-controller.test.ts @@ -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.