Getting Ready

We need to install the redux-mock-store, moxios, and redux-thunk packages to test our Redux containers. You will need to run npm install first to install all the dependencies:

    npm install // This is to install the previous packages    npm install redux-mock-store moxios redux-thunk

Get React Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.