Skip to content

Commit 68bacc8

Browse files
MatanBobieps1lon
andauthored
add @types/react-dom to the types install
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
1 parent a437596 commit 68bacc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To get full type coverage, you need to install the types for `react-dom` as
2222
well:
2323

2424
```bash npm2yarn
25-
npm install --save-dev @testing-library/react @types/react-dom
25+
npm install --save-dev @testing-library/react @testing-library/dom @types/react-dom
2626
```
2727

2828
[gh]: https://github.com/testing-library/react-testing-library

0 commit comments

Comments
 (0)