Testing React with Redux application with Mocha and Chai
From Advanced React and Redux Udemy’s course by Stephen Grider.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/anderconal/ReactReduxTesting.git
> cd ReactReduxTesting
> npm install
> npm start
> npm run test:watch