Skip to content

Commit 81f80d1

Browse files
committed
Add changeset
1 parent a95ee44 commit 81f80d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Consolidate logic that computes the current diff strategy

src/core/__tests__/Cline.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ describe("Cline", () => {
333333
})
334334
})
335335

336-
it("should require either task or historyItem", async () => {
336+
it("should require either task or historyItem", () => {
337337
expect(() => {
338338
new Cline({ provider: mockProvider, apiConfiguration: mockApiConfig })
339339
}).toThrow("Either historyItem or task/images must be provided")

0 commit comments

Comments
 (0)