Skip to content

Commit

Permalink
Mention Enzyme on the test utils page. (facebook#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb committed Apr 15, 2016
1 parent 045f1a7 commit a12aab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/10.4-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a12aab1

Please sign in to comment.