File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ Jest transformer for Vue Single File Components.
6
6
7
7
Since we need to support a variety of Vue and Jest versions, vue-jest doesn't follow semantic versioning.
8
8
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 ` |
15
15
16
16
``` 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
19
19
```
20
20
21
21
## Setup
You can’t perform that action at this time.
0 commit comments