File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ npm install --save-dev @testing-library/vue
6868This library has ` peerDependencies ` listings for ` Vue ` and
6969` vue-template-compiler ` .
7070
71- You may also be interested in installing ` jest-dom ` so you can use [ the custom
71+ You may also be interested in installing ` @testing-library/ jest-dom` so you can use [ the custom
7272Jest matchers] [ jest-dom ] .
7373
7474## A basic example
@@ -122,7 +122,7 @@ test('increments value on click', async () => {
122122})
123123```
124124
125- > You might want to install [ ` jest-dom ` ] [ jest-dom ] to add handy assertions such
125+ > You might want to install [ ` @testing-library/ jest-dom` ] [ jest-dom ] to add handy assertions such
126126> as ` .toBeInTheDocument() ` . In the example above, you could write
127127> ` expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument() ` .
128128
You can’t perform that action at this time.
0 commit comments