[change] React 16 support

Fix #364
This commit is contained in:
Nicolas Gallagher
2017-09-18 20:43:40 -07:00
parent df16c24d68
commit d6df440987
8 changed files with 177 additions and 165 deletions
+4
View File
@@ -0,0 +1,4 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });