import {JSDOM} from 'jsdom'; const dom = new JSDOM(`
`); /* global global */ global.document = dom.window.document; import './src';