Skip to content

Change: Remove Jest 27 version specification #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Since we need to support a variety of Vue and Jest versions, vue-jest doesn't fo
| ----------- | ----------------- | ------------------- |
| Vue 2 | Jest 26 and below | `vue-jest@4` |
| Vue 3 | Jest 26 and below | `vue-jest@5` |
| Vue 2 | Jest 27 | `@vue/vue2-jest@27` |
| Vue 3 | Jest 27 | `@vue/vue3-jest@27` |
| Vue 2 | Jest 27 | `@vue/vue2-jest` |
| Vue 3 | Jest 27 | `@vue/vue3-jest` |

```bash
npm install --save-dev @vue/vue2-jest@27 # (use the appropriate version)
yarn add @vue/vue2-jest@27 --dev
npm install --save-dev @vue/vue2-jest
yarn add @vue/vue2-jest --dev
```

## Setup
Expand Down