Upgrading jest

This commit is contained in:
James Barnsley
2020-08-04 20:13:42 +12:00
parent 4d56b73863
commit df7a02a863
93 changed files with 214 additions and 63751 deletions

4
__tests__/setup.js Executable file
View File

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