lesson
A Guide To API Service Layer Testing With The Jest FrameworkNot all of our testing for our React app relies so heavily on RTL — some files Jest can handle on its own.
lesson
How To Write Tests For React Container ComponentsReact Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.
lesson
Strategies For Simplifying Integration Testing For React AppsWe've got a little setup work to do before we get to the actual business of writing our tests.
lesson
Introducing React Testing Library And Its Automation CapabilitiesThis library took aim at a few fundamental flaws in the traditional way of integration testing JavaScript applications and really changed the game when it comes to automated testing.
lesson
What We'll Build In This React Course - Hardware HandlerGet familiar with the sample React application's folder structure and current functionality.
lesson
How to Test Custom ESLint Linting Rules With ASTTesting custom ESLint linting rules to verify they work as expected
lesson
How to Unit Test jscodeshift Transforms With ts-jestCreate tests for jscodeshift transforms for a faster feedback loop
lesson
The Reel ComponentIn this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.
lesson
The ColumnDrop ComponentIn this lesson, you will learn how to build the ColumnDrop primitive and use it to layout BlogPost cards.
lesson
Build Example Mock Data to Test a GraphQL ServerTo help us get started, we'll begin by introducing a mock data array of rental listings in this lesson. This will help us get started before we begin to address more appropriate data persistence.