11<div align =" center " >
2- <h1 >react-testing-library </h1 >
2+ <h1 >React Testing Library </h1 >
33
44<a href =" https://www.emojione.com/emoji/1f410 " >
55 <img
@@ -16,7 +16,7 @@ practices.</p>
1616<br />
1717
1818[ ** Read The Docs** ] ( https://testing-library.com/react ) |
19- [ Edit the docs] ( https://github.com/alexkrolick /testing-library-docs )
19+ [ Edit the docs] ( https://github.com/testing-library /testing-library-docs )
2020
2121<br />
2222</div >
@@ -85,7 +85,7 @@ your team down.
8585
8686## This solution
8787
88- The ` react-testing-library ` is a very lightweight solution for testing React
88+ The ` React Testing Library ` is a very lightweight solution for testing React
8989components. It provides light utility functions on top of ` react-dom ` and
9090` react-dom/test-utils ` , in a way that encourages better testing practices. Its
9191primary guiding principle is:
@@ -312,18 +312,18 @@ Some included are:
312312- [` react- router` ](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-router.js&previewwindow=tests)
313313- [` react- context` ](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-context.js&previewwindow=tests)
314314
315- You can also find react-testing-library examples at
315+ You can also find React Testing Library examples at
316316[react-testing-examples.com](https://react-testing-examples.com/jest-rtl/).
317317
318318## Hooks
319319
320320If you are interested in testing a custom hook, check out
321- [react-hooks-testing-library ][react-hooks-testing-library].
321+ [React Hooks Testing Library ][react-hooks-testing-library].
322322
323323> NOTE it is not recommended to test single-use custom hooks in isolation from
324324> the components where it's being used. It's better to test the component that's
325- > using the hook rather than the hook itself. The react-hooks-testing-library is
326- > intended to be used for reusable hooks/libraries.
325+ > using the hook rather than the hook itself. The ` React Hooks Testing Library `
326+ > is intended to be used for reusable hooks/libraries.
327327
328328## Guiding Principles
329329
@@ -351,7 +351,7 @@ light-weight, simple, and understandable.
351351## Docs
352352
353353[**Read The Docs**](https://testing-library.com/react) |
354- [Edit the docs](https://github.com/alexkrolick /testing-library-docs)
354+ [Edit the docs](https://github.com/testing-library /testing-library-docs)
355355
356356## Issues
357357
@@ -556,6 +556,6 @@ Contributions of any kind welcome!
556556[good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
557557[reactiflux]: https://www.reactiflux.com/
558558[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
559- [react-hooks-testing-library]: https://github.com/mpeyper /react-hooks-testing-library
559+ [react-hooks-testing-library]: https://github.com/testing-library /react-hooks-testing-library
560560
561561<!-- prettier-ignore-end -->
0 commit comments