11<div align =" center " >
2- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
32<h1 >@angular-extensions/testing-library</h1 >
43
54<a href =" https://www.emojione.com/emoji/1f994 " >
65 <img
76 height="80"
87 width="80"
98 alt="hedgehog"
10- src="https://raw.githubusercontent.com/angular-extensions/ testing-library/master/other/hedgehog.png "
9+ src="https://raw.githubusercontent.com/testing-library/angular- testing-library/master/other/hedgehog.png "
1110 />
1211</a >
1312
@@ -17,7 +16,7 @@ practices.</p>
1716<br />
1817
1918[ ** Read The Docs** ] ( https://testing-library.com/angular ) |
20- [ Edit the docs] ( https://github.com/alexkrolick /testing-library-docs )
19+ [ Edit the docs] ( https://github.com/testing-library /testing-library-docs )
2120
2221<br />
2322</div >
@@ -26,9 +25,11 @@ practices.</p>
2625
2726<!-- prettier-ignore-start -->
2827[ ![ Build Status] [ build-badge ]] [ build ]
28+ [ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
2929[ ![ version] [ version-badge ]] [ package ] [ ![ downloads] [ downloads-badge ]] [ npmtrends ]
3030[ ![ MIT License] [ license-badge ]] [ license ]
3131
32+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
3233[ ![ PRs Welcome] [ prs-badge ]] [ prs ] [ ![ Code of Conduct] [ coc-badge ]] [ coc ]
3334[ ![ Join the community on Spectrum] [ spectrum-badge ]] [ spectrum ]
3435
@@ -57,6 +58,7 @@ practices.</p>
5758- [ Example] ( #example )
5859- [ Installation] ( #installation )
5960- [ Guiding Principles] ( #guiding-principles )
61+ - [ Contributors] ( #contributors )
6062- [ Docs] ( #docs )
6163- [ Issues] ( #issues )
6264 - [ 🐛 Bugs] ( #-bugs )
@@ -78,9 +80,9 @@ your team down.
7880
7981## This solution
8082
81- The ` @angular-extensions/testing-library ` is a very lightweight solution for testing Angular
82- components. It provides light utility functions on top of ` Angular ` and
83- ` dom-testing-library ` , in a way that encourages better testing practices. Its
83+ The ` @angular-extensions/testing-library ` is a very lightweight solution for
84+ testing Angular components. It provides light utility functions on top of ` Angular `
85+ and ` dom-testing-library ` , in a way that encourages better testing practices. Its
8486primary guiding principle is:
8587
8688> [ The more your tests resemble the way your software is used, the more
@@ -145,7 +147,7 @@ npm install @angular-extensions/testing-library --save-dev
145147```
146148
147149You may also be interested in installing ` jest-dom ` so you can use
148- [ the custom jest matchers] ( https://github.com/gnapse /jest-dom#readme ) .
150+ [ the custom jest matchers] ( https://github.com/testing-library /jest-dom#readme ) .
149151
150152> [ ** Docs** ] ( https://testing-library.com/angular )
151153
@@ -170,10 +172,23 @@ principles:
170172At the end of the day, what we want is for this library to be pretty
171173light-weight, simple, and understandable.
172174
175+ ## Contributors
176+
177+ Thanks goes to these people ([ emoji key] [ emojis ] ):
178+
179+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
180+ <!-- prettier-ignore -->
181+ <table ><tr ><td align =" center " ><a href =" http://timdeschryver.dev " ><img src =" https://avatars1.githubusercontent.com/u/28659384?v=4 " width =" 100px; " alt =" Tim Deschryver " /><br /><sub ><b >Tim Deschryver</b ></sub ></a ><br /><a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Code " >💻</a > <a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Documentation " >📖</a > <a href =" #infra-timdeschryver " title =" Infrastructure (Hosting, Build-Tools, etc) " >🚇</a > <a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Tests " >⚠️</a ></td ></tr ></table >
182+
183+ <!-- ALL-CONTRIBUTORS-LIST:END -->
184+
185+ This project follows the [ all-contributors] [ all-contributors ] specification.
186+ Contributions of any kind welcome!
187+
173188## Docs
174189
175190[ ** Read The Docs** ] ( https://testing-library.com/angular ) |
176- [ Edit the docs] ( https://github.com/alexkrolick /testing-library-docs )
191+ [ Edit the docs] ( https://github.com/testing-library /testing-library-docs )
177192
178193## Issues
179194
@@ -213,46 +228,37 @@ Links:
213228
214229[ npm ] : https://www.npmjs.com/
215230[ node ] : https://nodejs.org
216- [ build-badge ] : https://circleci.com/gh/angular-extensions/testing-library/tree/master.svg?style=shield
217- [ build ] : https://circleci.com/gh/angular-extensions/testing-library/tree/master
231+ [ build-badge ] : https://circleci.com/gh/testing-library/angular-testing-library/tree/master.svg?style=shield
232+ [ build ] : https://circleci.com/gh/testing-library/angular-testing-library/tree/master
233+ [ coverage ] : https://codecov.io/github/testing-library/angular-testing-library
234+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/angular-testing-library.svg?style=flat-square
218235[ version-badge ] : https://img.shields.io/npm/v/@angular-extensions/testing-library.svg?style=flat-square
219236[ package ] : https://www.npmjs.com/package/@angular-extensions/testing-library
220237[ downloads-badge ] : https://img.shields.io/npm/dm/@angular-extensions/testing-library.svg?style=flat-square
221238[ npmtrends ] : http://www.npmtrends.com/@angular-extensions/testing-library
222239[ spectrum-badge ] : https://withspectrum.github.io/badge/badge.svg
223240[ spectrum ] : https://spectrum.chat/testing-library
224241[ license-badge ] : https://img.shields.io/npm/l/@angular-extensions/testing-library.svg?style=flat-square
225- [ license ] : https://github.com/angular-extensions/ testing-library/blob/master/LICENSE
242+ [ license ] : https://github.com/testing-library/angular- testing-library/blob/master/LICENSE
226243[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
227244[ prs ] : http://makeapullrequest.com
228245[ donate-badge ] : https://img.shields.io/badge/$-support-green.svg?style=flat-square
229246[ coc-badge ] : https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
230- [ coc ] : https://github.com/angular-extensions/ testing-library/blob/master/CODE_OF_CONDUCT.md
231- [ github-watch-badge ] : https://img.shields.io/github/watchers/angular-extensions/ testing-library.svg?style=social
232- [ github-watch ] : https://github.com/angular-extensions/ testing-library/watchers
233- [ github-star-badge ] : https://img.shields.io/github/stars/angular-extensions/ testing-library.svg?style=social
234- [ github-star ] : https://github.com/angular-extensions/ testing-library/stargazers
247+ [ coc ] : https://github.com/testing-library/angular- testing-library/blob/master/CODE_OF_CONDUCT.md
248+ [ github-watch-badge ] : https://img.shields.io/github/watchers/testing-library/angular- testing-library.svg?style=social
249+ [ github-watch ] : https://github.com/testing-library/angular- testing-library/watchers
250+ [ github-star-badge ] : https://img.shields.io/github/stars/testing-library/angular- testing-library.svg?style=social
251+ [ github-star ] : https://github.com/testing-library/angular- testing-library/stargazers
235252[ twitter ] : https://twitter.com/intent/tweet?text=Check%20out%20🦔%20@angular-extensions/testing-library%20by%20%40tim_deschryver%20https%3A%2F%2Fgithub.com%2F@angular-extensions/testing-library
236- [ twitter-badge ] : https://img.shields.io/twitter/url/https/github.com/angular-extensions/ testing-library.svg?style=social
253+ [ twitter-badge ] : https://img.shields.io/twitter/url/https/github.com/testing-library/angular- testing-library.svg?style=social
237254[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
238255[ all-contributors ] : https://github.com/all-contributors/all-contributors
239256[ set-immediate ] : https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate
240257[ guiding-principle ] : https://twitter.com/kentcdodds/status/977018512689455106
241- [ bugs ] : https://github.com/angular-extensions/ testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
242- [ requests ] : https://github.com/angular-extensions/ testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
243- [ good-first-issue ] : https://github.com/angular-extensions/ testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
258+ [ bugs ] : https://github.com/testing-library/angular- testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
259+ [ requests ] : https://github.com/testing-library/angular- testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
260+ [ good-first-issue ] : https://github.com/testing-library/angular- testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
244261[ stackoverflow ] : https://stackoverflow.com/questions/tagged/angular-testing-library
262+ [ contributors-badge ] : https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
245263
246264<!-- prettier-ignore-end -->
247-
248- ## Contributors
249-
250- Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
251-
252- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
253- <!-- prettier-ignore -->
254- <table ><tr ><td align =" center " ><a href =" http://timdeschryver.dev " ><img src =" https://avatars1.githubusercontent.com/u/28659384?v=4 " width =" 100px; " alt =" Tim Deschryver " /><br /><sub ><b >Tim Deschryver</b ></sub ></a ><br /><a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Code " >💻</a > <a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Documentation " >📖</a > <a href =" #infra-timdeschryver " title =" Infrastructure (Hosting, Build-Tools, etc) " >🚇</a > <a href =" https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver " title =" Tests " >⚠️</a ></td ></tr ></table >
255-
256- <!-- ALL-CONTRIBUTORS-LIST:END -->
257-
258- This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
0 commit comments