UNPKG
@ricepuddin/redux-segment
Version:
latest (1.4.1)
1.4.1
Segment.io analytics integration for redux.
github.com/rangle/redux-segment
rangle/redux-segment
@ricepuddin/redux-segment
/
test
/
helpers
/
test-setup.js
8 lines
(6 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
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;