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