Testing in React: The Basics

Опубликовано: 11 Февраль 2019
на канале: The Dev Method
93
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