Skip to content

Commit 22e73ab

Browse files
committed
docs: update readme
1 parent 35fd18d commit 22e73ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ The next iteration of Vue Test Utils. It targets Vue 3.
77
- yarn: `yarn add @vue/test-utils@next --dev`
88
- npm: `npm install @vue/test-utils@next --save-dev`
99

10+
## Coming from Vue 2 + Vue Test Utils beta?
11+
12+
We are working on some documentation to help people migrate. At this point it will you will have better luck trying this out with a brand new Vue 3 app, as opposed to upgrading an existing Vue 2 app. Feedback and bug reports are welcome!
13+
1014
## Working with `.vue` files
1115

1216
There is [`vue-jest`](https://github.com/vuejs/vue-jest) for loading `.vue` files into Jest. The `next` branch contains support for Vue 3. Install it with `yarn add vue-jest@next`. It lacks support for some things, namely JSX.
1317

14-
If you don't want to configure things, you can download a repository with Vue 3, `@vue/test-utils@next`, `vue-jest` and TypeScript configured [here](https://github.com/lmiller1990/vtu-next-demo).
18+
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).
1519

1620
## Docs
1721

0 commit comments

Comments
 (0)