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:
@@ -14,6 +14,9 @@ describe('CompositionHelper', function () {
|
||||
add: function () {},
|
||||
remove: function () {},
|
||||
},
|
||||
getBoundingClientRect: function () {
|
||||
return { width: 0 }
|
||||
},
|
||||
style: {
|
||||
left: 0,
|
||||
top: 0
|
||||
|
||||
Reference in New Issue
Block a user