File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ primary guiding principle is:
98
98
99
99
This module is distributed via [ npm] [ npm ] which is bundled with [ node] [ node ] and
100
100
should be installed as one of your project's ` devDependencies ` .
101
- Starting from RTL version 16, you'll also need to install ` @testing-library/dom ` :
101
+ Starting from RTL version 16, you'll also need to install
102
+ ` @testing-library/dom ` :
102
103
103
104
```
104
105
npm install --save-dev @testing-library/react @testing-library/dom
@@ -112,7 +113,8 @@ for installation via [yarn][yarn]
112
113
yarn add --dev @testing-library/react @testing-library/dom
113
114
```
114
115
115
- This library has ` peerDependencies ` listings for ` react ` , ` react-dom ` and starting from RTL version 16 also ` @testing-library/dom ` .
116
+ This library has ` peerDependencies ` listings for ` react ` , ` react-dom ` and
117
+ starting from RTL version 16 also ` @testing-library/dom ` .
116
118
117
119
_ React Testing Library versions 13+ require React v18. If your project uses an
118
120
older version of React, be sure to install version 12:_
You can’t perform that action at this time.
0 commit comments