Fix tests

This commit is contained in:
Daniel Imms
2016-07-12 20:55:24 -07:00
parent 8faea59e31
commit 237e6819bf
+3
View File
@@ -81,6 +81,9 @@ describe('xterm.js', function() {
xterm.handler = function() {};
xterm.showCursor = function() {};
xterm.clearSelection = function() {};
xterm.compositionHelper = {
isComposing: false
};
});
describe('On Mac OS', function() {