Skip to content

Commit 9147838

Browse files
author
IM.codes
committed
Fix web test mock for live status helper
1 parent e01ee66 commit 9147838

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/test/components/SessionPane.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ vi.mock('../../src/hooks/useTimeline.js', () => ({
3030
vi.mock('../../src/thinking-utils.js', () => ({
3131
getActiveThinkingTs: () => null,
3232
getActiveStatusText: () => null,
33+
hasActiveToolCall: () => false,
3334
}));
3435
vi.mock('../../src/cost-tracker.js', () => ({ recordCost: vi.fn() }));
3536
vi.mock('../../src/format-label.js', () => ({ formatLabel: (x: string) => x }));

0 commit comments

Comments
 (0)