UNPKG

react-map-interaction

Version:
8 lines (5 loc) 207 B
// https://enzymejs.github.io/enzyme/docs/installation/react-16.html // setup file import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() });