egghead
Search
Search
Log In
Search
Search
Confidently Testing Redux Applications with Jest & TypeScript by Jamund Ferguson
Intro to Confidently Testing Redux Applications with Jest & TypeScript
Exploring the Sample App for the Redux Testing Course
Adding Jest with TypeScript Support to a Vite Application
Adding Tests for a Redux Reducer
Adding More Test Cases for a Redux Reducer
Using Jest in Watch Mode with test.todo to Test a Redux Reducer
Unit Testing a Basic Redux Selector
Unit Testing a Memoized Redux Selector Built with Reselect/RTK
Unit Testing a Memoized Selector that Derives Data from Multiple Reducers
Configuring Code Coverage for TypeScript Files in Jest
Mocking out our API Helper with jest.mock
Unit Testing Redux Thunks with a Mock Dispatch Function
Unit Testing Redux Thunks using Redux Mock Store
Unit Testing Redux Thunks and Associated Reducer Methods using Your App's Redux Store
Additional Redux Thunk Unit Tests for Increased Code Coverage
Intermission Pep Talk - Testing Redux Applications
Testing Redux Connected React Components with React Testing Library (Basic)
Dispatching Actions to a Redux Store to Test a Redux Connected React Component
Creating a Utility File for Rendering Redux Connected React Components in Tests
Applying our Redux Test Helpers to an Existing Component Test
Troubleshooting Tests with React Testing Library's Debug Helper
Using React Testing Library's waitFor Method to Test Asynchronous Behavior
Using React Testing Library's findBy Methods to Test Asynchronous Behavior
Simulate Clicks in a Test with the User Event Library
Testing Accessible Form Elements with React Testing Library's findByLabelText Query
Testing Visible Text with React Testing Library's getByText Query
Using Preloaded State from Multiple Reducers for Testing a React Component
Simulate Typing into Form Fields in Tests with the User Event Library
Testing Accessible Form Elements with React Testing Library's getByTitle Query
Testing Components with jest-dom's toHaveClass Matcher
A Comprehensive Example of Testing Redux Connected React Components
Concluding Thoughts on Confidently Testing Redux Applications with Jest & TypeScript
egghead
System