feature: add enzyme setup

This commit is contained in:
George Lima 2018-11-28 13:12:20 -03:00
parent 7d788b8cf9
commit e55ddacf2e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });