We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a780d70 commit d6e7750Copy full SHA for d6e7750
src/core/__tests__/Cline.test.ts
@@ -475,6 +475,7 @@ describe("Cline", () => {
475
// Mock abort state
476
Object.defineProperty(cline, "abort", {
477
get: () => false,
478
+ set: () => {},
479
configurable: true,
480
})
481
@@ -603,10 +604,12 @@ describe("Cline", () => {
603
604
// Mock abort state for both instances
605
Object.defineProperty(clineWithImages, "abort", {
606
607
608
609
610
Object.defineProperty(clineWithoutImages, "abort", {
611
612
613
614
615
0 commit comments