UNPKG

react-touch

Version:

React wrapper components that make touch events easy

5 lines (3 loc) 140 B
import { jsdom } from 'jsdom'; global.document = jsdom('<!DOCTYPE HTML><html><body></body></html>'); global.window = document.defaultView;