mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-28 03:12:05 +00:00
Fix tests
This commit is contained in:
parent
5d33727ae4
commit
f719a4e91b
@ -4,6 +4,7 @@ import { Viewport } from './Viewport';
|
||||
describe('Viewport', () => {
|
||||
let terminal;
|
||||
let viewportElement;
|
||||
let selectionContainer;
|
||||
let charMeasure;
|
||||
let viewport;
|
||||
let scrollAreaElement;
|
||||
@ -20,6 +21,11 @@ describe('Viewport', () => {
|
||||
style: {
|
||||
lineHeight: 0
|
||||
}
|
||||
},
|
||||
selectionContainer: {
|
||||
style: {
|
||||
height: 0
|
||||
}
|
||||
}
|
||||
};
|
||||
viewportElement = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user