Tech Glossary

What is Enzyme?

Enzyme is a testing tool for React that makes it possible to test React components in an easy way. It also makes it possible to simulate various user interactions, such as clicks and movements of the mouse pointer. Enzyme is one of several different techniques available for testing React components, and it is usually compared to React TestUtils.