Buy Now and unlock this series
$
39
.99
yours forever
$
39
.99
Become a Pro and unlock everything
$
24
.99
per month
$
24
.99
React Testing for Beginners
In React Testing for Beginners we’re going to be going over testing in React. The purpose of this video is to make testing in react painless and fun by learning core concepts, useful tips, and utilizing different libraries such as Jest and react-testing-library. These concepts and tools will help you test the functionality of your applications.
Downloads
Become a pro to download code and videos
React Testing For Beginners
24 videos
Course Instructor
Scott Tolinski
- React Testing for Beginners
1M15S - Introduction To Testing With Jest
11M59S - Jest Explained
8M37S - Writing Unit Tests With Jest
13M12S - Writing Integration Tests
8M2S - Mock Functions & Why
9M16S - Mocking Modules
14M12S - Introduction To React Testing
6M51S - React Testing Library & Debug
13M11S - Testing With Test Ids
8M25S - Events In React Testing Library
10M47S - Integration Testing In React & Cleanup
17M47S - Snapshot Testing 101
8M12S - Spying & Mocking Functions in React
9M50S - Form Events With Controlled Inputs
11M42S - Testing For Errors & Global Mocks
7M45S - Negative Assertions & Testing With React Router
9M33S - What To Test
9M17S - Mocking Fetch
9M53S - Mocking Fetch Part 2 Async Tests & Working With Data
12M49S - Testing Loading States & More Pitfalls
18M48S - Refactoring With Tests
9M5S - Code Coverage
4M31S - Where To Go From Here
3M21S
Comments
Callam
over 2 years ago [edited]
Code is broken out of the box npm install will fail because of some error with node, so you have to use yarn. Then;
SecurityError: localStorage is not available for opaque origins
from jest, so you need to set a testURL variable in your jest config / package.json
Want to join the conversation?
Become a Pro member today!