Fix tests

This commit is contained in:
Daniel Imms
2017-01-31 23:46:58 -08:00
parent 637a5bd9cc
commit f9aac1bcc6
+1 -1
View File
@@ -75,7 +75,7 @@ describe('xterm output comparison', function() {
beforeEach(function () {
xterm = new Terminal(COLS, ROWS);
xterm.refresh = function() {};
xterm.queueRefresh = function() {};
xterm.viewport = {
syncScrollArea: function() {}
};