Skip to content

Commit ec01149

Browse files
committed
fix check-types
1 parent 45e1b70 commit ec01149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/__tests__/ContextWindowProgress.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ describe("ContextWindowProgress", () => {
5656
totalCost: 0.001,
5757
contextTokens: 1000,
5858
onClose: jest.fn(),
59+
buttonsDisabled: false,
60+
handleCondenseContext: jest.fn((_taskId: string) => {}),
5961
}
6062

6163
return render(

0 commit comments

Comments
 (0)