Skip to content

Commit 5d61095

Browse files
docs(readme): Add yarn install command (#235)
1 parent d6655db commit 5d61095

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
@@ -86,6 +86,12 @@ should be installed as one of your project's `devDependencies`:
8686
```
8787
npm install --save-dev @testing-library/jest-dom
8888
```
89+
or
90+
91+
for installation with [yarn](https://yarnpkg.com/) package manager.
92+
```
93+
yarn add --dev @testing-library/jest-dom
94+
```
8995

9096
> Note: We also recommend installing the jest-dom eslint plugin which provides
9197
> auto-fixable lint rules that prevent false positive tests and improve test

0 commit comments

Comments
 (0)