Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 459 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-16.md" %}

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

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

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