add to test

This commit is contained in:
meganrogge
2022-02-07 16:06:16 -06:00
parent b226eb2d64
commit 8bf3cd1102
+3
View File
@@ -257,6 +257,9 @@ export class MockBuffer implements IBuffer {
public getWhitespaceCell(attr?: IAttributeData): ICellData {
throw new Error('Method not implemented.');
}
public clearMarkers(): void {
throw new Error('Method not implemented.');
}
}
export class MockRenderer implements IRenderer {