Remove document from test

This commit is contained in:
Daniel Imms
2022-10-08 15:44:21 -07:00
parent e0fb3b4d19
commit 97e084aa50
@@ -58,7 +58,6 @@ describe('xterm-addon-serialize', () => {
beforeEach(() => {
dom = new jsdom.JSDOM('');
window = dom.window;
document = window.document;
(window as any).HTMLCanvasElement.prototype.getContext = () => ({
createLinearGradient(): any {