Enzyme Tutorial - How to Write Test Code for React

preview_player
Показать описание

Enzyme is a JavaScript testing utility for React that was open sourced by Airbnb in 2016. It makes it easier to assert, manipulate, and traverse your React Components' output, facilitating front-end testing. In this Enzyme tutorial, we start by discussing the importance of writing test code for the maintainability of complex code bases and then move on to introducing Enzyme.

Watch this video to learn:

- Why write test code
- What is Enzyme and how it works
- Test code examples using Enzyme
Рекомендации по теме
visit shbcf.ru