First commit

This commit is contained in:
Rick Reilly
2018-10-17 11:50:17 -04:00
commit bff0375176
41 changed files with 18904 additions and 0 deletions

6
src/setupTest.js Executable file
View File

@@ -0,0 +1,6 @@
/* eslint-disable import/no-extraneous-dependencies */
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });