Mention Enzyme on the test utils page. (#6523)

This commit is contained in:
Jim
2016-04-15 16:20:43 -07:00
parent 87b1f7033b
commit d5116e56b3

View File

@@ -12,6 +12,10 @@ next: clone-with-props.html
var ReactTestUtils = require('react-addons-test-utils');
```
> Note:
>
> Airbnb has released a testing utility called Enzyme, which makes it easy to assert, manipulate, and traverse your React Components' output. If you're deciding on a unit testing library, it's worth checking out: [http://airbnb.io/enzyme/](http://airbnb.io/enzyme/)
### Simulate
```javascript