mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Mention Enzyme on the test utils page. (#6523)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user