style(turns): apply prettier line-wrap from pre-commit hook
This commit is contained in:
@@ -202,7 +202,8 @@ describe('MessageTurnController outbound audit logging', () => {
|
|||||||
// The caller's finally must call dispose().
|
// The caller's finally must call dispose().
|
||||||
controller.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);
|
await vi.advanceTimersByTimeAsync(30_000);
|
||||||
|
|
||||||
// No further edits — the orphaned "stuck at 0s" zombie ticker is gone.
|
// No further edits — the orphaned "stuck at 0s" zombie ticker is gone.
|
||||||
|
|||||||
Reference in New Issue
Block a user