Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 398 Bytes

Installation

Enzyme should be installed using npm:

npm i --save-dev enzyme

Enzyme can be used with your test runner of choice. All examples in the documentation will be provided using mocha and BDD style chai, although neither library is a dependency of enzyme.

{% include "./react-013.md" %}

{% include "./react-014.md" %}