diff --git a/test/test.js b/test/test.js index e98ce25e..e398eb11 100644 --- a/test/test.js +++ b/test/test.js @@ -88,7 +88,12 @@ describe('xterm.js', function() { xterm.showCursor = function() {}; xterm.clearSelection = function() {}; xterm.compositionHelper = { - isComposing: false + isComposing: false, + keydown: { + bind: function() { + return function() { return true; }; + } + } }; });