Skip to content

Commit 2773208

Browse files
authored
Merge pull request RooCodeInc#1276 from RooVetGit/cte/re-enable-tests
2 parents 55466c9 + e49d886 commit 2773208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/terminal/__tests__/TerminalProcess.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe("TerminalProcess", () => {
175175
})
176176

177177
describe("getUnretrievedOutput", () => {
178-
it.only("returns and clears unretrieved output", () => {
178+
it("returns and clears unretrieved output", () => {
179179
terminalProcess["fullOutput"] = `\x1b]633;C\x07previous\nnew output\x1b]633;D\x07`
180180
terminalProcess["lastRetrievedIndex"] = 17 // After "previous\n"
181181

0 commit comments

Comments
 (0)