UNPKG

@ricepuddin/redux-segment

Version:

Segment.io analytics integration for redux.

8 lines (6 loc) 235 B
import { jsdom } from 'jsdom'; global.document = jsdom('<!doctype html><html><body><div id="app"></div></body></html>', { url: 'http://localhost' }); global.window = document.defaultView; global.navigator = global.window.navigator;