disable refresh for tests

This commit is contained in:
Jörg Breitbart
2016-07-06 00:23:10 +02:00
parent 4afa08da8d
commit 246b0edaa1
+1
View File
@@ -7,6 +7,7 @@ describe('xterm.js', function() {
beforeEach(function () {
xterm = new Terminal();
xterm.refresh = function(){};
});
describe('evaluateKeyEscapeSequence', function() {