File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 584
584
"contributions" : [
585
585
" test"
586
586
]
587
+ },
588
+ {
589
+ "login" : " masious" ,
590
+ "name" : " Masious" ,
591
+ "avatar_url" : " https://avatars.githubusercontent.com/u/6429009?v=4" ,
592
+ "profile" : " https://www.facebook.com/masoud.bonabi" ,
593
+ "contributions" : [
594
+ " doc"
595
+ ]
587
596
}
588
597
],
589
598
"skipCi" : true ,
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
248
248
<td align="center"><a href="https://github.com/bdwain"><img src="https://avatars.githubusercontent.com/u/3982094?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Wain</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/issues?q=author%3Abdwain" title="Bug reports">🐛</a> <a href="https://github.com/testing-library/react-hooks-testing-library/pulls?q=is%3Apr+reviewed-by%3Abdwain" title="Reviewed Pull Requests">👀</a></td>
249
249
<td align="center"><a href="https://github.com/snowystinger"><img src="https://avatars.githubusercontent.com/u/698229?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Robert Snow</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=snowystinger" title="Tests">⚠️</a></td>
250
250
<td align="center"><a href="https://github.com/chris110408"><img src="https://avatars.githubusercontent.com/u/10645051?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Chen</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=chris110408" title="Tests">⚠️</a></td>
251
+ <td align="center"><a href="https://www.facebook.com/masoud.bonabi"><img src="https://avatars.githubusercontent.com/u/6429009?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Masious</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=masious" title="Documentation">📖</a></td>
251
252
</tr >
252
253
</table >
253
254
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The `renderHook` function returns an object that has the following properties:
68
68
}
69
69
` ` `
70
70
71
- The ` current ` value or the ` result ` will reflect the latest of whatever is returned from the
71
+ The ` current ` value of the ` result ` will reflect the latest of whatever is returned from the
72
72
` callback ` passed to ` renderHook ` . Any thrown values from the latest call will be reflected in the
73
73
` error ` value of the ` result ` . The ` all ` value is an array containing all the returns (including the
74
74
most recent ) from the callback . These could be ` result ` or an ` error ` depending on what the callback
You can’t perform that action at this time.
0 commit comments