UNPKG

mowgli

Version:

Thin layer over React JS for interacting with a single tree of state

7 lines (4 loc) 161 B
'use strict'; var jsdom = require('jsdom'); global.document = jsdom.jsdom('<!doctype html><html><body></body></html>'); global.window = document.parentWindow;