fix tests

This commit is contained in:
Joao Moreno
2017-07-25 17:17:48 +02:00
parent 0e0ecc2d6a
commit 9e80a12462
+1
View File
@@ -45,6 +45,7 @@ describe('SelectionManager', () => {
dom = new jsdom.JSDOM('');
window = dom.window;
document = window.document;
rowContainer = document.createElement('div');
terminal = <any>{ cols: 80, rows: 2 };
terminal.scrollback = 100;
terminal.buffers = new BufferSet(terminal);