Skip to content

Commit 61d94d9

Browse files
authored
style: yarn format
1 parent b40bc5d commit 61d94d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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` |
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` |
1515

1616
```bash
1717
npm install --save-dev @vue/vue2-jest # (use the appropriate version)

0 commit comments

Comments
 (0)