Fix tests for React 16.

This commit is contained in:
Caleb
2017-10-23 12:03:01 -06:00
committed by Shawn Erquhart
parent 45ebc44c3b
commit daa5395346
4 changed files with 33 additions and 32 deletions

View File

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