1
1
<div align =" center " >
2
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
3
2
<h1 >@angular-extensions/testing-library</h1 >
4
3
5
4
<a href =" https://www.emojione.com/emoji/1f994 " >
6
5
<img
7
6
height="80"
8
7
width="80"
9
8
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 "
11
10
/>
12
11
</a >
13
12
@@ -17,7 +16,7 @@ practices.</p>
17
16
<br />
18
17
19
18
[ ** 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 )
21
20
22
21
<br />
23
22
</div >
@@ -26,9 +25,11 @@ practices.</p>
26
25
27
26
<!-- prettier-ignore-start -->
28
27
[ ![ Build Status] [ build-badge ]] [ build ]
28
+ [ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
29
29
[ ![ version] [ version-badge ]] [ package ] [ ![ downloads] [ downloads-badge ]] [ npmtrends ]
30
30
[ ![ MIT License] [ license-badge ]] [ license ]
31
31
32
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
32
33
[ ![ PRs Welcome] [ prs-badge ]] [ prs ] [ ![ Code of Conduct] [ coc-badge ]] [ coc ]
33
34
[ ![ Join the community on Spectrum] [ spectrum-badge ]] [ spectrum ]
34
35
@@ -57,6 +58,7 @@ practices.</p>
57
58
- [ Example] ( #example )
58
59
- [ Installation] ( #installation )
59
60
- [ Guiding Principles] ( #guiding-principles )
61
+ - [ Contributors] ( #contributors )
60
62
- [ Docs] ( #docs )
61
63
- [ Issues] ( #issues )
62
64
- [ 🐛 Bugs] ( #-bugs )
@@ -78,9 +80,9 @@ your team down.
78
80
79
81
## This solution
80
82
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
84
86
primary guiding principle is:
85
87
86
88
> [ 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
145
147
```
146
148
147
149
You 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 ) .
149
151
150
152
> [ ** Docs** ] ( https://testing-library.com/angular )
151
153
@@ -170,10 +172,23 @@ principles:
170
172
At the end of the day, what we want is for this library to be pretty
171
173
light-weight, simple, and understandable.
172
174
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
+
173
188
## Docs
174
189
175
190
[ ** 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 )
177
192
178
193
## Issues
179
194
@@ -213,46 +228,37 @@ Links:
213
228
214
229
[ npm ] : https://www.npmjs.com/
215
230
[ 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
218
235
[ version-badge ] : https://img.shields.io/npm/v/@angular-extensions/testing-library.svg?style=flat-square
219
236
[ package ] : https://www.npmjs.com/package/@angular-extensions/testing-library
220
237
[ downloads-badge ] : https://img.shields.io/npm/dm/@angular-extensions/testing-library.svg?style=flat-square
221
238
[ npmtrends ] : http://www.npmtrends.com/@angular-extensions/testing-library
222
239
[ spectrum-badge ] : https://withspectrum.github.io/badge/badge.svg
223
240
[ spectrum ] : https://spectrum.chat/testing-library
224
241
[ 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
226
243
[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
227
244
[ prs ] : http://makeapullrequest.com
228
245
[ donate-badge ] : https://img.shields.io/badge/$-support-green.svg?style=flat-square
229
246
[ 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
235
252
[ 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
237
254
[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
238
255
[ all-contributors ] : https://github.com/all-contributors/all-contributors
239
256
[ set-immediate ] : https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate
240
257
[ 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"+
244
261
[ 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
245
263
246
264
<!-- 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