Skip to content

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
@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