import { jsdom } from 'jsdom'; global.document = jsdom(''); global.window = document.defaultView; global.navigator = global.window.navigator;