Gethyl / ReactReduxTestingUsingJestEnzyme

Testing of React-Redux app using Jest and Enzyme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Testing of React-Redux app using Jest and Enzyme.


Languages

Language:JavaScript 93.9%Language:HTML 5.2%Language:CSS 0.9%