mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
disable refresh for tests
This commit is contained in:
@@ -7,6 +7,7 @@ describe('xterm.js', function() {
|
||||
|
||||
beforeEach(function () {
|
||||
xterm = new Terminal();
|
||||
xterm.refresh = function(){};
|
||||
});
|
||||
|
||||
describe('evaluateKeyEscapeSequence', function() {
|
||||
|
||||
Reference in New Issue
Block a user