File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 584584 "contributions" : [
585585 " test"
586586 ]
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+ ]
587596 }
588597 ],
589598 "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
248248 <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>
249249 <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>
250250 <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>
251252 </tr >
252253</table >
253254
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:
6868}
6969` ` `
7070
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
7272` callback ` passed to ` renderHook ` . Any thrown values from the latest call will be reflected in the
7373` error ` value of the ` result ` . The ` all ` value is an array containing all the returns (including the
7474most 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