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(findRelatedTests): edge cases with --findRelatedTests on Windows #11548

Merged
merged 6 commits into from Jun 14, 2021

Commits on Jun 8, 2021

  1. fix(findRelatedTests): edge cases with --findRelatedTests on Windows

    Allow hidden directories and special characters with `--findRelatedTests` on windows.
    * `jest --findRelatedTests packages/@core/my-app.ts`
    * `jest --findRelatedTests packages/.hidden/my-hidden-app.ts`
    * `jest --findRelatedTests 'packages/programs (x86)/my-hidden-app.ts'`
    nicojs committed Jun 8, 2021
    Copy the full SHA
    7c5d42c View commit details
    Browse the repository at this point in the history
  2. Update changelog

    nicojs committed Jun 8, 2021
    Copy the full SHA
    bdc37bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bd36b97 View commit details
    Browse the repository at this point in the history
  4. allow no match

    nicojs committed Jun 8, 2021
    Copy the full SHA
    e53bed8 View commit details
    Browse the repository at this point in the history
  5. Fix type error

    nicojs committed Jun 8, 2021
    Copy the full SHA
    7f90de8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Update CHANGELOG.md

    nicojs committed Jun 9, 2021
    Copy the full SHA
    325a98b View commit details
    Browse the repository at this point in the history