Testing in React: The Basics

Опубликовано: 16 Июнь 2026
на канале: The Dev Method
96
2

Testing in React: The Basics

Get a primer on Jest Matchers and the Shallow API from Enzyme when using React. Also, we discuss benefits of refactoring with existing tests.

Jest - Using Matchers
https://jestjs.io/docs/en/using-matchers

Shallow Rendering API
https://airbnb.io/enzyme/docs/api/sha...
ShallowWrapper
https://github.com/airbnb/enzyme/tree...

#jest #enzyme #react #javascript #testing #automation #refactor