This is an example minimal configuration for testing React with Jest and Enzyme.
- React 16.x
- Jest 24.x
- Enzyme 3.x
- Babel 7.x
- ESLint support
It's recommended to use NodeJS 12.x.
npm install
npm test
A minimal configuration for testing React components with Jest and Enzyme.
JavaScriptMIT