Skip to content
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

chore: update to jest 27 #811

Merged
merged 2 commits into from Feb 16, 2022
Merged

chore: update to jest 27 #811

merged 2 commits into from Feb 16, 2022

Commits on Feb 13, 2022

  1. chore: update to jest 27

    Updates jest, ts-jest and babel-jest to v27.
    vue-jest v5 does not support jest v27,
    so a new vue3-jest package has been introduced (see vuejs/vue-jest#343),
    with a version number aligned on the jest version (as ts-jest and babel-jest do).
    
    This commits replaces vue-jest by vue3-jest, and updates the jest config to use this new trasnformer.
    This will be the default Vue CLI setup in the future.
    cexbrayat committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    f923e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a5ced View commit details
    Browse the repository at this point in the history