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
Get started with the [documentation](https://vue-test-utils.vuejs.org/v2/).
10
+
Get started with the [documentation](https://next.vue-test-utils.vuejs.org/).
11
11
12
12
## Coming from Vue 2 + Vue Test Utils?
13
13
@@ -21,9 +21,9 @@ There is [`vue-jest`](https://github.com/vuejs/vue-jest) for loading `.vue` file
21
21
22
22
If you don't want to configure things, you can download a repository with Vue 3, `@vue/test-utils@next`, `vue-jest@next` and TypeScript configured [here](https://github.com/lmiller1990/vtu-next-demo).
23
23
24
-
## What works?
24
+
## Documentation
25
25
26
-
See the [docs](https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html).
26
+
See the [docs](https://next.vue-test-utils.vuejs.org/).
27
27
28
28
## Development
29
29
@@ -33,9 +33,9 @@ There is still some work left to do. See issues for some basic TODOs, or the tab
33
33
34
34
## Contributing
35
35
36
-
This is still quite alpha, but we plan on moving to RC sooner than later. If you want to add a feature, have a hack or ping someone in Discord to chat, or check out the issues and project board.
36
+
We plan on moving to RC sooner than later. If you want to add a feature, have a hack or ping someone in Discord to chat, or check out the issues and project board.
37
37
38
-
There's also some [work left to do in docs](https://github.com/vuejs/vue-test-utils-next-docs/issues).
38
+
There's also some [work left to do in docs](https://github.com/vuejs/vue-test-utils-next/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation).
39
39
40
40
## Comparison with Vue Test Utils beta (targeting Vue 2)
41
41
@@ -47,24 +47,24 @@ This is table for those coming from VTU 1, comparing the two APIs. Some things a
0 commit comments