ReactReduxTesting

A simple comments app built in react & redux just to implement testing with enzyme

Installation

Make sure you have [NodeJS]

npm install
npm start

To run tests, navigate to another tab in your Terminal / CMD and run the following command:

npm run test

Enjoy!!!!