Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 377 Bytes

ENZYME.md

File metadata and controls

8 lines (6 loc) · 377 Bytes
title excerpt
Enzyme
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.