Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 377 Bytes

File metadata and controls

8 lines (6 loc) · 377 Bytes
title Enzyme
excerpt a JavaScript Testing utility for React developed by AirBnB that makes it easier to assert, manipulate, and traverse React components’ output.

Enzyme

Enzyme is a JavaScript Testing utility for React developed by AirBnB that makes it easier to assert, manipulate, and traverse React components’ output.