In this lesson we test the functionality of a React components using Jest and Ezyme.
What web tool are you using for coding in your browser?
It was my own open source IDE : http://alm-tools.github.io/ I've deprecated it and planning a future commercial IDE 🌹
Very cool!
Again config is wrong. And the code is broken, author should really think about his code
proper enzyme settings import { configure } from 'enzyme'; import ReactSixteenAdapter from 'enzyme-adapter-react-16';
configure({ adapter: new ReactSixteenAdapter() });