Adding enzyme

This commit is contained in:
Jeff Avallone
2018-02-11 11:49:50 -05:00
parent 90e57e26e7
commit cabc2adc1f
3 changed files with 241 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });