Testing JavaScript Applications (feat. React and Redux)

Testing JavaScript Applications (feat. React and Redux)

Topics:
5 hours, 5 minutes

This course was updated! We now recommend you take the Testing React Applications, v2 course.

Create automated testing so you can be sure you’re maintaining the highest quality JavaScript applications possible! Kent C. Dodds shows you how to bulletproof your production applications with approaches that work in all JavaScript and Node environments, as well as showcasing how you can test React, Redux, and Node express applications.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: June 20, 2017
Get Unlimited Access Now
Table of Contents

Testing JavaScript Applications

Jest

Writing Unit Tests

Test-driven Development

Fixing Bugs

Integration Tests

Unit Integration for Client and Server

End-to-End Testing

Wrapping Up Testing JavaScript Applications