File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,14 @@ describe('Counter', () => {
148148
149149This module is distributed via [ npm] [ npm ] which is bundled with [ node] [ node ] and
150150should 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 ` :
152152
153153``` bash
154154npm install --save-dev @testing-library/angular @testing-library/dom
155155```
156156
157157Or, 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 ` .
159159
160160``` bash
161161ng add @testing-library/angular
You can’t perform that action at this time.
0 commit comments