Skip to content

Commit e49d886

Browse files
committed
Re-enable tests
1 parent 21b883b commit e49d886

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)