DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

Testing React-Redux App with Jest

Link: https://blog.joshsoftware.com/2018/02/04/testing-react-redux-app-with-jest/

We often get confused about selecting testing framework for our application. Currently, I am working on a React–Redux based project. While selecting the testing framework, we compared some of the popular JavaScript testing frameworks. We found that Jest is the best fit for testing our application.

Jest is not limited to ReactJs testing. We can test any JavaScript code using Jest. It can be used to test asynchronous code.

Top comments (0)