Showing results for "jest"
lesson
Using Jest and React Testing Library to Test React ComponentsIn this lesson, we'll talk about the two main testing tools we'll use to test our React components - Jest & React Testing Library.
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 Unit Test jscodeshift Transforms With ts-jestPractical Abstract Syntax TreesCreate tests for jscodeshift transforms for a faster feedback loop