Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 424 Bytes

File metadata and controls

16 lines (8 loc) · 424 Bytes

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