Skip to content

Commit 1e07347

Browse files
author
scotthuang
committed
fix(ui): remove unused eslint-disable directive
1 parent bd1b310 commit 1e07347

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/src/ui/app-gateway.sessions.node.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const loadChatHistoryMock = vi.fn();
66
const applySessionsChangedEventMock = vi.fn();
77
const clearPendingQueueItemsForRunMock = vi.fn();
88
const flushChatQueueForEventMock = vi.fn();
9-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
109
const handleChatEventMock = vi.fn((_state?: any) => "idle");
1110
const handleSessionOperationEventMock = vi.fn();
1211
const recordFirstAssistantChatTimingMock = vi.fn();

0 commit comments

Comments
 (0)