UNPKG

hypertext

Version:

Create HTML in JavaScript via virtual-dom VTrees or directly to the DOM: virtual-hyperscript alternative

7 lines (5 loc) 169 B
import jsdom from 'jsdom'; import { expect } from 'chai'; global.expect = expect; global.document = jsdom.jsdom('<html></html>'); global.window = document.defaultView;