11<div align =" center " >
2- <h1 >@angular-extensions/ testing-library</h1 >
2+ <h1 >@testing-library/angular </h1 >
33
44<a href =" https://www.emojione.com/emoji/1f994 " >
55 <img
@@ -80,9 +80,9 @@ your team down.
8080
8181## This solution
8282
83- The ` @angular-extensions/ testing-library ` is a very lightweight solution for
83+ The ` @testing-library/angular ` is a very lightweight solution for
8484testing 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
8686primary guiding principle is:
8787
8888> [ The more your tests resemble the way your software is used, the more
@@ -117,7 +117,7 @@ export class CounterComponent {
117117counter.component.spec.ts
118118
119119``` javascript
120- import { render } from ' @angular-extensions/ testing-library' ;
120+ import { render } from ' @testing-library/angular ' ;
121121import CounterComponent from ' ./counter.component.ts' ;
122122
123123describe (' Counter' , () => {
@@ -143,7 +143,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
143143should be installed as one of your project's ` devDependencies ` :
144144
145145``` bash
146- npm install @angular-extensions/ testing-library --save-dev
146+ npm install @testing-library/angular --save-dev
147147```
148148
149149You may also be interested in installing ` jest-dom ` so you can use
@@ -232,13 +232,13 @@ Links:
232232[ build ] : https://circleci.com/gh/testing-library/angular-testing-library/tree/master
233233[ coverage ] : https://codecov.io/github/testing-library/angular-testing-library
234234[ 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
239239[ spectrum-badge ] : https://withspectrum.github.io/badge/badge.svg
240240[ 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
242242[ license ] : https://github.com/testing-library/angular-testing-library/blob/master/LICENSE
243243[ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
244244[ prs ] : http://makeapullrequest.com
@@ -249,7 +249,7 @@ Links:
249249[ github-watch ] : https://github.com/testing-library/angular-testing-library/watchers
250250[ github-star-badge ] : https://img.shields.io/github/stars/testing-library/angular-testing-library.svg?style=social
251251[ 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
253253[ twitter-badge ] : https://img.shields.io/twitter/url/https/github.com/testing-library/angular-testing-library.svg?style=social
254254[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
255255[ all-contributors ] : https://github.com/all-contributors/all-contributors
0 commit comments