File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 474
474
" review" ,
475
475
" code"
476
476
]
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
+ ]
477
486
}
478
487
],
479
488
"skipCi" : true ,
Original file line number Diff line number Diff line change 42
42
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
43
43
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44
44
45
+
45
46
- [ The problem] ( #the-problem )
46
47
- [ The solution] ( #the-solution )
47
48
- [ 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
233
234
<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>
234
235
<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>
235
236
</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 >
236
240
</table >
237
241
238
242
<!-- 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
314
314
If neither of these approaches are suitable, setting the ` RHTL_DISABLE_ERROR_FILTERING ` environment
315
315
variable to ` true ` before importing ` @testing - library / react - hooks ` will also disable this feature.
316
316
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