Skip to content

Commit c05a655

Browse files
Update README.md
1 parent 59a2de1 commit c05a655

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ should be installed as one of your project's `devDependencies`:
101101
```
102102
npm install --save-dev @testing-library/react
103103
```
104+
or
105+
106+
This module is distributed via [yarn](https://classic.yarnpkg.com/en/)
107+
```
108+
yarn add --dev jest @testing-library/react @testing-library/user-event jest-dom nock
109+
```
104110

105111
This library has `peerDependencies` listings for `react` and `react-dom`.
106112

0 commit comments

Comments
 (0)