mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-11-03 07:03:12 +00:00
Fix test
This commit is contained in:
parent
495b2d7fbb
commit
e2d0de2686
@ -68,6 +68,13 @@ describe('xterm.js', function() {
|
||||
xterm.handler = function() {};
|
||||
xterm.showCursor = function() {};
|
||||
xterm.clearSelection = function() {};
|
||||
xterm.compositionHelper = {
|
||||
keydown: {
|
||||
bind: function() {
|
||||
return function () { return true; }
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
it('should process the keydown event based on what the handler returns', function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user