tomchentw/react-prop-types-element-of-type

View on GitHub
src/__tests__/__setup__.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  jsdom,
} from "jsdom";

global.document = jsdom(`<!doctype html><html><body></body></html>`);
global.window = document.defaultView;
global.navigator = global.window.navigator;