UNPKG

123 BJavaScriptView Raw
1import { configure } from 'enzyme';
2import Adapter from 'enzyme-adapter-react-16';
3
4configure({ adapter: new Adapter() });