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.
@testing-library/jest-dom
1 parent 8466f70 commit 53ff893Copy full SHA for 53ff893
README.md
@@ -68,7 +68,7 @@ npm install --save-dev @testing-library/vue
68
This library has `peerDependencies` listings for `Vue` and
69
`vue-template-compiler`.
70
71
-You may also be interested in installing `jest-dom` so you can use [the custom
+You may also be interested in installing `@testing-library/jest-dom` so you can use [the custom
72
Jest matchers][jest-dom].
73
74
## A basic example
@@ -122,7 +122,7 @@ test('increments value on click', async () => {
122
})
123
```
124
125
-> You might want to install [`jest-dom`][jest-dom] to add handy assertions such
+> You might want to install [`@testing-library/jest-dom`][jest-dom] to add handy assertions such
126
> as `.toBeInTheDocument()`. In the example above, you could write
127
> `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
128
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments