Skip to content

Commit 2a9f1f7

Browse files
committed
add pretty-format to peerDeps in readme
1 parent 60525a4 commit 2a9f1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Open a Terminal in your project's folder and run:
4949
yarn add --dev react-testing-library
5050
```
5151

52-
This library has a peerDependencies listing for `react-test-renderer` and, of course, `react`. Make sure to install them too!
52+
This library has a peerDependencies listing for `react-test-renderer`, `pretty-format` and, of course, `react`. Make sure to install them too!
5353

5454
As you may have noticed, it's not tied to React Native at all – you can safely use it in your React components if you feel like not interacting directly with DOM.
5555

0 commit comments

Comments
 (0)