Skip to content

Commit

Permalink
Remove unneeded MockTerminal member
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 31, 2018
1 parent 6559931 commit 2ce67b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ui/TestUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export class TestTerminal extends Terminal {
}

export class MockTerminal implements ITerminal {
eraseAttr(): number {
throw new Error('Method not implemented.');
}
markers: IMarker[];
addMarker(cursorYOffset: number): IMarker {
throw new Error('Method not implemented.');
Expand Down

0 comments on commit 2ce67b8

Please sign in to comment.