1
1
<div align =" center " >
2
- <h1 >@angular-extensions/ testing-library</h1 >
2
+ <h1 >@testing-library/angular </h1 >
3
3
4
4
<a href =" https://www.emojione.com/emoji/1f994 " >
5
5
<img
@@ -80,9 +80,9 @@ your team down.
80
80
81
81
## This solution
82
82
83
- The ` @angular-extensions/ testing-library ` is a very lightweight solution for
83
+ The ` @testing-library/angular ` is a very lightweight solution for
84
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
85
+ and ` @ testing-library/dom ` , in a way that encourages better testing practices. Its
86
86
primary guiding principle is:
87
87
88
88
> [ The more your tests resemble the way your software is used, the more
@@ -117,7 +117,7 @@ export class CounterComponent {
117
117
counter.component.spec.ts
118
118
119
119
``` javascript
120
- import { render } from ' @angular-extensions/ testing-library' ;
120
+ import { render } from ' @testing-library/angular ' ;
121
121
import CounterComponent from ' ./counter.component.ts' ;
122
122
123
123
describe (' Counter' , () => {
@@ -143,7 +143,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
143
143
should be installed as one of your project's ` devDependencies ` :
144
144
145
145
``` bash
146
- npm install @angular-extensions/ testing-library --save-dev
146
+ npm install @testing-library/angular --save-dev
147
147
```
148
148
149
149
You may also be interested in installing ` jest-dom ` so you can use
@@ -232,13 +232,13 @@ Links:
232
232
[ build ] : https://circleci.com/gh/testing-library/angular-testing-library/tree/master
233
233
[ coverage ] : https://codecov.io/github/testing-library/angular-testing-library
234
234
[ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/angular-testing-library.svg?style=flat-square
235
- [ version-badge ] : https://img.shields.io/npm/v/@angular-extensions/ testing-library.svg?style=flat-square
236
- [ package ] : https://www.npmjs.com/package/@angular-extensions/ testing-library
237
- [ downloads-badge ] : https://img.shields.io/npm/dm/@angular-extensions/ testing-library.svg?style=flat-square
238
- [ npmtrends ] : http://www.npmtrends.com/@angular-extensions/ testing-library
235
+ [ version-badge ] : https://img.shields.io/npm/v/@testing-library/angular .svg?style=flat-square
236
+ [ package ] : https://www.npmjs.com/package/@testing-library/angular
237
+ [ downloads-badge ] : https://img.shields.io/npm/dm/@testing-library/angular .svg?style=flat-square
238
+ [ npmtrends ] : http://www.npmtrends.com/@testing-library/angular
239
239
[ spectrum-badge ] : https://withspectrum.github.io/badge/badge.svg
240
240
[ spectrum ] : https://spectrum.chat/testing-library
241
- [ license-badge ] : https://img.shields.io/npm/l/@angular-extensions/ testing-library.svg?style=flat-square
241
+ [ license-badge ] : https://img.shields.io/npm/l/@testing-library/angular .svg?style=flat-square
242
242
[ license ] : https://github.com/testing-library/angular-testing-library/blob/master/LICENSE
243
243
[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
244
244
[ prs ] : http://makeapullrequest.com
@@ -249,7 +249,7 @@ Links:
249
249
[ github-watch ] : https://github.com/testing-library/angular-testing-library/watchers
250
250
[ github-star-badge ] : https://img.shields.io/github/stars/testing-library/angular-testing-library.svg?style=social
251
251
[ github-star ] : https://github.com/testing-library/angular-testing-library/stargazers
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
252
+ [ twitter ] : https://twitter.com/intent/tweet?text=Check%20out%20🦔%20@testing-library/angular %20by%20%40tim_deschryver%20https%3A%2F%2Fgithub.com%2F@testing-library/angular
253
253
[ twitter-badge ] : https://img.shields.io/twitter/url/https/github.com/testing-library/angular-testing-library.svg?style=social
254
254
[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
255
255
[ all-contributors ] : https://github.com/all-contributors/all-contributors
0 commit comments