How to test your applications: testing a digital goods store introduction
This lesson preview is part of the Fullstack React with TypeScript Masterclass course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to Fullstack React with TypeScript Masterclass with a single-time purchase.

[00:00 - 00:06] In this part we will learn how to test our React and TypeScript applications. Unlike other sections, in this one we won't start from scratch and build the application.
[00:07 - 00:16] We will start with the complete application and write the test for it. We will use the React testing library because it has a simple API, is easy to setup and is recommended by the React team.
[00:17 - 00:25] Oh, and of course it supports TypeScript. It is not always obvious how to test the front end application, but React testing library makes it easy and straightforward.
[00:26 - 00:33] In the next lesson I will walk you through how to use Jest to test your components, how to mock dependencies, how to test routing and even React hooks.