Skip to content

Commit fb24258

Browse files
committed
update tests
1 parent 6253c62 commit fb24258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/components/chat/__tests__/TaskHeader.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ describe("TaskHeader", () => {
4040
doesModelSupportPromptCache: true,
4141
totalCost: 0.05,
4242
contextTokens: 200,
43+
buttonsDisabled: false,
44+
handleCondenseContext: jest.fn(),
4345
onClose: jest.fn(),
4446
}
4547

0 commit comments

Comments
 (0)