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

docs: add section about test runners upgrade to migration guide #1923

Commits on Dec 23, 2022

  1. docs: add section about test runners upgrade to migration guide

    Context: vuejs/vue-test-utils#1975 (comment)
    As discussed, there a couple of issues that the community faced while upgrading
    to vue@3 @vue/test-utils@^2 but that are not directly related with them.
    
    In a effort to make migrations more smooth, a new section  was added
    to the migration docs that lists some common problems with underlying
    test runners, that might happen simply because of the fact that
    users took the opportunity to upgrade their test stacks dependecies
    as well.
    
    It starts with a few issues with jest, one reported in the
    legacy test-utils repo and other one that i've personally faced.
    
    vuejs/vue-test-utils#1975
    renatodeleao committed Dec 23, 2022
    Copy the full SHA
    802b4f0 View commit details
    Browse the repository at this point in the history
  2. docs: fix proof reading typos

    Co-Authored-By: Cédric Exbrayat <cexbrayat@users.noreply.github.com>
    renatodeleao and cexbrayat committed Dec 23, 2022
    Copy the full SHA
    536b84a View commit details
    Browse the repository at this point in the history