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