Instructional Video17:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Test Spies

Higher Ed
In this video you'll work with test spies. Spies let you track if a function was called or not. You can then make assertions that a give spy was or was not called. This clip is from the chapter "Testing Your Application" of the series...
Instructional Video16:59
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Async Redux Actions: Part I

Higher Ed
In this video you'll learn how you can test your asynchronous Redux actions. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains about...
Instructional Video11:06
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Logging Out

Higher Ed
In this video you'll set up a logout button allowing users to logout of the application. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video12:13
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Async Redux Actions: Part II

Higher Ed
In this video you'll learn how you can test your asynchronous Redux actions with Jest. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Instructional Video1:35
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Section Intro: Testing React Components

Higher Ed
This video says about testing React Components in detail. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing your...
Instructional Video17:55
Packt

Writing Tests and Assertions

Higher Ed
Testing Node.js (Task App): Writing Tests and Assertions This clip is from the chapter "Testing Node.js (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about sending emails.