Skip to content

Commit

Permalink
Merge 5c9ead7 into d26ccd4
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi77 committed Aug 27, 2019
2 parents d26ccd4 + 5c9ead7 commit 10a8f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ShallowWrapper/get.md
Expand Up @@ -17,7 +17,7 @@ Returns the node at a given index of the current wrapper.

```jsx
const wrapper = shallow(<MyComponent />);
expect(wrapper.find(Foo).get(0).props.foo).to.equal('bar');
expect(wrapper.find(Foo).get(0).props().foo).to.equal('bar');
```


Expand Down

0 comments on commit 10a8f7a

Please sign in to comment.