File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ 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 ` |
14
- | Vue 3 | Jest 27 | ` @vue/vue3-jest ` |
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
17
npm install --save-dev @vue/vue2-jest # (use the appropriate version)
You can’t perform that action at this time.
0 commit comments