You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
4
4
<br />
5
5
6
+
<p>Vue Testing Library support Vue 2 in its 5.x version range. This means that <strong>any version bump within the 5.x range may include breaking changes</strong>.</p>
7
+
8
+
<p>If you're looking for the Vue 3 version of Vue Testing Library, check out the <ahref="https://github.com/testing-library/vue-testing-library/tree/main">main</a> branch.</p>
9
+
10
+
<br />
11
+
6
12
<ahref="https://www.joypixels.com/emoji/1F98E">
7
13
<img
8
14
height="80"
@@ -16,12 +22,6 @@
16
22
17
23
<p>Vue Testing Library is a lightweight adapter built on top of <ahref="https://github.com/testing-library/dom-testing-library/">DOM Testing Library</a> and <ahref="https://github.com/vuejs/vue-test-utils">@vue/test-utils</a>.</p>
18
24
19
-
<br />
20
-
21
-
<p>If you're looking for the Vue 3 version of Vue Testing Library, check out the <ahref="https://github.com/testing-library/vue-testing-library/tree/main">main</a> branch.</p>
22
-
23
-
<p>Vue Testing Library support Vue 2 in its 5.x version range. Bear in mind that it means that <strong>any version bump in the 5.x range may include breaking changes</strong>.</p>
24
-
25
25
<br />
26
26
27
27
[**Read the docs**][docs] | [Edit the docs][docs-edit]
@@ -71,7 +71,7 @@ project's `devDependencies`:
71
71
npm install --save-dev @testing-library/vue@5
72
72
```
73
73
74
-
This library has `peerDependencies` listings for `Vue` and
74
+
This library has `peerDependencies` listings for `Vue v2` and
75
75
`vue-template-compiler`.
76
76
77
77
You may also be interested in installing `@testing-library/jest-dom` so you can
@@ -253,7 +253,7 @@ instead of filing an issue on GitHub.
0 commit comments