Skip to content

Commit 23152c1

Browse files
authored
fix broken merge
1 parent 5d4d4d9 commit 23152c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react-testing-library/intro.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ npm install --save-dev @testing-library/react @testing-library/dom
1818

1919
### With TypeScript
2020

21-
To get full type coverage, you need to install the types for `react-dom` as
21+
To get full type coverage, you need to install the types for `react` and `react-dom` as
2222
well:
2323

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

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

0 commit comments

Comments
 (0)