File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 474474 " review" ,
475475 " code"
476476 ]
477+ },
478+ {
479+ "login" : " mrseanbaines" ,
480+ "name" : " Sean Baines" ,
481+ "avatar_url" : " https://avatars.githubusercontent.com/u/24367010?v=4" ,
482+ "profile" : " https://seanbaines.com/" ,
483+ "contributions" : [
484+ " doc"
485+ ]
477486 }
478487 ],
479488 "skipCi" : true ,
Original file line number Diff line number Diff line change 4242<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4343<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4444
45+
4546- [ The problem] ( #the-problem )
4647- [ The solution] ( #the-solution )
4748- [ When to use this library] ( #when-to-use-this-library )
@@ -233,6 +234,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
233234 <td align="center"><a href="https://github.com/jonkoops"><img src="https://avatars2.githubusercontent.com/u/695720?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jon Koops</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=jonkoops" title="Code">💻</a></td>
234235 <td align="center"><a href="https://github.com/jpeyper"><img src="https://avatars2.githubusercontent.com/u/6560018?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Peyper</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/pulls?q=is%3Apr+reviewed-by%3Ajpeyper" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=jpeyper" title="Code">💻</a></td>
235236 </tr >
237+ <tr >
238+ <td align="center"><a href="https://seanbaines.com/"><img src="https://avatars.githubusercontent.com/u/24367010?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Baines</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mrseanbaines" title="Documentation">📖</a></td>
239+ </tr >
236240</table >
237241
238242<!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -314,4 +314,5 @@ of the [other non-pure imports](/installation#pure-imports)) instead of the regu
314314If neither of these approaches are suitable, setting the ` RHTL_DISABLE_ERROR_FILTERING ` environment
315315variable to ` true ` before importing ` @testing - library / react - hooks ` will also disable this feature.
316316
317- > Please note that this may result is a significant amount of additional logging in you test output.
317+ > Please note that this may result in a significant amount of additional logging in your test
318+ > output.
You can’t perform that action at this time.
0 commit comments