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:
4
setupTests.js
Normal file
4
setupTests.js
Normal file
@ -0,0 +1,4 @@
|
||||
import enzyme from 'enzyme';
|
||||
import enzymeAdapter from 'enzyme-adapter-react-15';
|
||||
|
||||
enzyme.configure({ adapter: new enzymeAdapter() });
|
Reference in New Issue
Block a user