mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Re-enable tests
This commit is contained in:
parent
21b883b59b
commit
e49d886d63
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ describe("TerminalProcess", () => {
|
|||
})
|
||||
|
||||
describe("getUnretrievedOutput", () => {
|
||||
it.only("returns and clears unretrieved output", () => {
|
||||
it("returns and clears unretrieved output", () => {
|
||||
terminalProcess["fullOutput"] = `\x1b]633;C\x07previous\nnew output\x1b]633;D\x07`
|
||||
terminalProcess["lastRetrievedIndex"] = 17 // After "previous\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue