Upgrade Enzyme testing libraries.

Versions for React were also updated to comply with Enzyme peer-deps
(the actual `yarn.lock` version didn't change).
This commit is contained in:
Caleb
2017-10-01 15:41:52 -06:00
committed by Benaiah Mischenko
parent 7a597e7e05
commit 95da348212
3 changed files with 121 additions and 72 deletions

4
setupTests.js Normal file
View File

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