cjolowicz / muckr-web

Web app for muckr
https://muckr-web.herokuapp.com
MIT License
0 stars 0 forks source link

Use enzyme #17

Closed cjolowicz closed 5 years ago

cjolowicz commented 5 years ago

https://airbnb.io/enzyme/

cjolowicz commented 5 years ago
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';

Enzyme.configure({ adapter: new Adapter() });