File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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:
9898
9999This module is distributed via [ npm] [ npm ] which is bundled with [ node] [ node ] and
100100should 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 ` :
102103
103104```
104105npm install --save-dev @testing-library/react @testing-library/dom
@@ -112,7 +113,8 @@ for installation via [yarn][yarn]
112113yarn add --dev @testing-library/react @testing-library/dom
113114```
114115
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 ` .
116118
117119_ React Testing Library versions 13+ require React v18. If your project uses an
118120older version of React, be sure to install version 12:_
You can’t perform that action at this time.
0 commit comments