/ReactReduxTestingUsingJestEnzyme

Testing of React-Redux app using Jest and Enzyme.

Primary LanguageJavaScript

Testing a React-Redux app using - Jest and Enzyme

A small React-Redux calculator app which does just addition and subtraction.

This app is created mainly to emphasize TDD and unit testing.


Testing libraries and frameworks used

  • Jest - Unit Testing framework for ReactJs developed by Facebook
  • Enzyme - JS testing utility developed by Airbnb to make it easier to assert React Components