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 windows testNamePattern not found issue #1179

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

connectdotz
Copy link
Collaborator

This PR is mainly to address incorrect shell-quote logic for windows.

Also discovered the webpack config has some path-related issues when running on Windows, also fixed here, so we can debug the extension on Windows.


resolves #1175

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10783645125

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.004%) to 98.18%

Totals Coverage Status
Change from base Build 10755715434: -0.004%
Covered Lines: 4098
Relevant Lines: 4104

💛 - Coveralls

@connectdotz connectdotz merged commit 09c0f3b into jest-community:master Sep 11, 2024
10 of 11 checks passed
@connectdotz connectdotz deleted the cmd-escape branch September 11, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running individual test on windows uses a caret (^) as escape character in the testNamePattern
2 participants