8 lines
154 B
JavaScript
Raw Normal View History

2019-07-02 03:10:25 -04:00
'use strict';
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
const adapter = new Adapter();
configure({ adapter });