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()
1003
1003
1004
1004
## Inspiration
1005
1005
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 ].
1008
1008
1009
1009
The intention is to make this available to be used independently of these other
1010
1010
libraries, and also to make it more clear that these other libraries are
@@ -1021,7 +1021,7 @@ here!
1021
1021
> confidence they can give you.][guiding-principle]
1022
1022
1023
1023
This 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.
1025
1025
1026
1026
Additionally, with respect to custom DOM matchers, this library aims to maintain
1027
1027
a minimal but useful set of them, while avoiding bloating itself with merely
You can’t perform that action at this time.
0 commit comments