File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1003,8 +1003,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy()
10031003
10041004## Inspiration
10051005
1006- This whole library was extracted out of Kent C. Dodds' [DOM Testing Library][],
1007- which was in turn extracted out of [React Testing Library][].
1006+ This whole library was extracted out of Kent C. Dodds' [DOM Testing Library][dom-testing-library ],
1007+ which was in turn extracted out of [React Testing Library][react-testing-library ].
10081008
10091009The intention is to make this available to be used independently of these other
10101010libraries, and also to make it more clear that these other libraries are
@@ -1021,7 +1021,7 @@ here!
10211021> confidence they can give you.][guiding-principle]
10221022
10231023This library follows the same guiding principles as its mother library [DOM
1024- Testing Library][]. Go [check them out][guiding-principle] for more details.
1024+ Testing Library][dom-testing-library ]. Go [check them out][guiding-principle] for more details.
10251025
10261026Additionally, with respect to custom DOM matchers, this library aims to maintain
10271027a minimal but useful set of them, while avoiding bloating itself with merely
You can’t perform that action at this time.
0 commit comments