diff --git a/src/global.ts b/src/global.ts index 971b230..2c4e340 100644 --- a/src/global.ts +++ b/src/global.ts @@ -3,6 +3,7 @@ import { DOMWindow, JSDOM } from 'jsdom'; export interface IGlobal extends DOMWindow { MutationObserver: typeof MutationObserver; Element: typeof Element; + NodeList: typeof NodeList; jsdom: typeof JSDOM; SVGElement: typeof SVGElement; XMLHttpRequest: typeof XMLHttpRequest;