File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,14 @@ describe('Counter', () => {
148
148
149
149
This module is distributed via [ npm] [ npm ] which is bundled with [ node] [ node ] and
150
150
should be installed as one of your project's ` devDependencies ` .
151
- Starting from ATL version 17, you'll also need to install ` @testing-library/dom ` :
151
+ Starting from ATL version 17, you also need to install ` @testing-library/dom ` :
152
152
153
153
``` bash
154
154
npm install --save-dev @testing-library/angular @testing-library/dom
155
155
```
156
156
157
157
Or, you can use the ` ng add ` command.
158
- This includes the installation of ` @testing-library/dom ` .
158
+ This sets up your project to use Angular Testing Library, which also includes the installation of ` @testing-library/dom ` .
159
159
160
160
``` bash
161
161
ng add @testing-library/angular
You can’t perform that action at this time.
0 commit comments