21
21
[ ![ version] [ version-badge ]] [ package ] [ ![ downloads] [ downloads-badge ]] [ npmtrends ]
22
22
[ ![ MIT License] [ license-badge ]] [ license ]
23
23
24
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-26 -orange.svg?style=flat-square )] ( #contributors )
24
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-27 -orange.svg?style=flat-square )] ( #contributors- )
25
25
[ ![ PRs Welcome] [ prs-badge ]] [ prs ] [ ![ Code of Conduct] [ coc-badge ]] [ coc ]
26
26
27
27
[ ![ Watch on GitHub] [ github-watch-badge ]] [ github-watch ]
@@ -115,8 +115,8 @@ expect.extend({toBeInTheDocument, toHaveClass})
115
115
` @testing-library/jest-dom ` can work with any library or framework that returns
116
116
DOM elements from queries. The custom matcher examples below demonstrate using
117
117
` document.querySelector ` and
118
- [ DOM Testing Library] ( https://github.com/testing-library/dom-testing-library ) for
119
- querying DOM elements.
118
+ [ DOM Testing Library] ( https://github.com/testing-library/dom-testing-library )
119
+ for querying DOM elements.
120
120
121
121
### ` toBeDisabled `
122
122
@@ -989,8 +989,8 @@ here!
989
989
> [The more your tests resemble the way your software is used, the more
990
990
> confidence they can give you.][guiding-principle]
991
991
992
- This library follows the same guiding principles as its mother library
993
- [DOM Testing Library][]. Go [check them out][guiding-principle] for more details.
992
+ This library follows the same guiding principles as its mother library [DOM
993
+ Testing Library][]. Go [check them out][guiding-principle] for more details.
994
994
995
995
Additionally, with respect to custom DOM matchers, this library aims to maintain
996
996
a minimal but useful set of them, while avoiding bloating itself with merely
@@ -1004,7 +1004,8 @@ more verbose, less clear in its intent, and/or harder to read.
1004
1004
Thanks goes to these people ([emoji key][emojis]):
1005
1005
1006
1006
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1007
- <!-- prettier-ignore -->
1007
+ <!-- prettier-ignore-start -->
1008
+ <!-- markdownlint-disable -->
1008
1009
<table>
1009
1010
<tr>
1010
1011
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=kentcdodds" title="Code">💻</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kentcdodds" title="Documentation">📖</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kentcdodds" title="Tests">⚠️</a></td>
@@ -1039,9 +1040,13 @@ Thanks goes to these people ([emoji key][emojis]):
1039
1040
<td align="center"><a href="https://blog.revathskumar.com"><img src="https://avatars3.githubusercontent.com/u/463904?v=4" width="100px;" alt="Revath S Kumar"/><br /><sub><b>Revath S Kumar</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=revathskumar" title="Code">💻</a></td>
1040
1041
<td align="center"><a href="https://raccoon.studio"><img src="https://avatars0.githubusercontent.com/u/4989733?v=4" width="100px;" alt="hiwelo."/><br /><sub><b>hiwelo.</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=hiwelo" title="Code">💻</a> <a href="#ideas-hiwelo" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/testing-library/jest-dom/commits?author=hiwelo" title="Tests">⚠️</a></td>
1041
1042
<td align="center"><a href="https://github.com/lukaszfiszer"><img src="https://avatars3.githubusercontent.com/u/1201711?v=4" width="100px;" alt="Łukasz Fiszer"/><br /><sub><b>Łukasz Fiszer</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=lukaszfiszer" title="Code">💻</a></td>
1043
+ <td align="center"><a href="https://github.com/jeanchung"><img src="https://avatars0.githubusercontent.com/u/10778036?v=4" width="100px;" alt="Jean Chung"/><br /><sub><b>Jean Chung</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jeanchung" title="Code">💻</a> <a href="https://github.com/testing-library/jest-dom/commits?author=jeanchung" title="Tests">⚠️</a></td>
1042
1044
</tr>
1043
1045
</table>
1044
1046
1047
+ <!-- markdownlint-enable -->
1048
+ <!-- prettier-ignore-end -->
1049
+
1045
1050
<!-- ALL-CONTRIBUTORS-LIST:END -->
1046
1051
1047
1052
This project follows the [all-contributors][all-contributors] specification.
0 commit comments