Skip to content

Commit 67d9521

Browse files
authored
Change: Remove Jest 27 version specification
Closes #406 Specifying the version number makes the installation fail. Omitting the version number results in installing the correct alpha version.
1 parent 91b30d2 commit 67d9521

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Since we need to support a variety of Vue and Jest versions, vue-jest doesn't fo
1010
| ----------- | ----------------- | ------------------- |
1111
| Vue 2 | Jest 26 and below | `vue-jest@4` |
1212
| Vue 3 | Jest 26 and below | `vue-jest@5` |
13-
| Vue 2 | Jest 27 | `@vue/vue2-jest@27` |
14-
| Vue 3 | Jest 27 | `@vue/vue3-jest@27` |
13+
| Vue 2 | Jest 27 | `@vue/vue2-jest` |
14+
| Vue 3 | Jest 27 | `@vue/vue3-jest` |
1515

1616
```bash
17-
npm install --save-dev @vue/vue2-jest@27 # (use the appropriate version)
18-
yarn add @vue/vue2-jest@27 --dev
17+
npm install --save-dev @vue/vue2-jest
18+
yarn add @vue/vue2-jest --dev
1919
```
2020

2121
## Setup

0 commit comments

Comments
 (0)