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

fix(vitest): test deep dependencies change detection #4934

Commits on Jan 19, 2024

  1. fix(vitest): test deep dependencies change detection

    `--changed` flag is not correctly looking up deep dependencies, as such
    the changed flag does not trigger specs if a sub dependency is changed.
    
    Alters the logic to add the collected dependency after recursive `addImports`
    is called, otherwise the logic returns early because that dependency
    has already been added to the collected deps set. So it will not
    look deeply.
    blake-newman committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    89678fc View commit details
    Browse the repository at this point in the history