mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-11 16:30:19 +08:00
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
import { jsdom } from 'jsdom'
|
|
|
|
global.document = jsdom('<!doctype html><html><body></body></html>')
|
|
global.window = document.defaultView
|
|
global.navigator = global.window.navigator
|