UNPKG

react-socks

Version:

React library to render components only on specific viewports

6 lines (5 loc) 220 B
import Enzyme from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; // React 16 Enzyme adapter Enzyme.configure({ adapter: new Adapter() }); // Make Enzyme functions available in all test files without importing