Skip to content

Commit

Permalink
remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Sep 11, 2024
1 parent e69c490 commit e2e71d0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/test/common/terminals/service.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,6 @@ suite('Terminal Service', () => {
shellIntegration: terminalShellIntegration.object,
};

// Add a listener to capture the event argument
// onDidEndTerminalShellExecutionEmitter.event((e) => {
// try {
// expect(e.execution.commandLine.value).to.equal(execution.commandLine.value);
// expect(e.exitCode).to.equal(exitCode);
// // resolve
// return;
// } catch (error) {
// console.error(error);
// }
// });

terminalShellIntegration.setup((t) => t.executeCommand(TypeMoq.It.isAny())).returns(() => execution);

terminalManager
Expand Down

0 comments on commit e2e71d0

Please sign in to comment.