UNPKG

react-adminlte-components

Version:

React Components that use AdminLTE theme

6 lines (4 loc) 180 B
import { jsdom } from 'jsdom' global.document = jsdom('<!doctype html><html><body></body></html>') global.window = document.defaultView global.navigator = global.window.navigator