Testing your app with Jest

Learn how to test your React/Redux app thoroughly, including actions, reducers and components!

We'll cover the following...

Testing apps is something that a lot of developers should be doing, but a lot of them don’t. It has a bunch of really nice benefits:

  1. You catch bugs before they happen. The obvious out of the bunch, but nontheless very
...