Skip to content

Commit 7ee1af9

Browse files
authored
Merge pull request #407 from awulkan/patch-1
Change: Remove Jest 27 version specification
2 parents 91b30d2 + 61d94d9 commit 7ee1af9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Jest transformer for Vue Single File Components.
66

77
Since we need to support a variety of Vue and Jest versions, vue-jest doesn't follow semantic versioning.
88

9-
| Vue version | Jest Version | Package |
10-
| ----------- | ----------------- | ------------------- |
11-
| Vue 2 | Jest 26 and below | `vue-jest@4` |
12-
| 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` |
9+
| Vue version | Jest Version | Package |
10+
| ----------- | ----------------- | ---------------- |
11+
| Vue 2 | Jest 26 and below | `vue-jest@4` |
12+
| Vue 3 | Jest 26 and below | `vue-jest@5` |
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 # (use the appropriate version)
18+
yarn add @vue/vue2-jest --dev
1919
```
2020

2121
## Setup

0 commit comments

Comments
 (0)