We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6655db commit 5d61095Copy full SHA for 5d61095
README.md
@@ -86,6 +86,12 @@ should be installed as one of your project's `devDependencies`:
86
```
87
npm install --save-dev @testing-library/jest-dom
88
89
+or
90
+
91
+for installation with [yarn](https://yarnpkg.com/) package manager.
92
+```
93
+yarn add --dev @testing-library/jest-dom
94
95
96
> Note: We also recommend installing the jest-dom eslint plugin which provides
97
> auto-fixable lint rules that prevent false positive tests and improve test
0 commit comments