kitchensink
Version:
Dispatch's awesome components and style guide
18 lines (11 loc) • 428 B
Markdown
# Installation
Enzyme should be installed using npm:
```bash
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](https://mochajs.org/) and [BDD style chai](http://chaijs.com/api/bdd/),
although neither library is a dependency of enzyme.
{% include "./react-013.md" %}
{% include "./react-014.md" %}
{% include "./react-15.md" %}