UNPKG

react-input

Version:
8 lines (6 loc) 171 B
import React from 'react'; import { shallow, render, mount } from 'enzyme'; global.React = React; global.shallow = shallow; global.render = render; global.mount = mount;