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.
2 parents 78d1ae6 + ac0737e commit e995517Copy full SHA for e995517
docs/vue-testing-library/intro.mdx
@@ -22,11 +22,11 @@ In short, Vue Testing Library does three things:
22
23
If using Vue2
24
```
25
-npm install --save-dev @testing-library/vue
+npm install --save-dev @testing-library/vue@5
26
27
If using Vue3
28
29
-npm install --save-dev @testing-library/vue@next
+npm install --save-dev @testing-library/vue
30
31
32
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
0 commit comments