A test setup for React components with Jest and Enzyme in a React + Webpack application. Read more about it:
Optional:
- React
- Webpack
- Testing
- Jest + Enzyme: Unit/Integration + Snapshot Test
- Optional E2E Tests: Cypress
- Optional CI: Travis CI
- Optional Reporting: Coveralls.io
git clone [email protected]:the-road-to-learn-react/react-testing-jest-enzyme.git
- cd react-testing-jest-enzyme
- npm install
- npm start
- visit
http://localhost:8080/
- npm test