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 "Jest: Run All Test" command blocked by watch mode run #1132

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

connectdotz
Copy link
Collaborator

resolves #1131

The "Jest: Run All Test" command tries to run a blocking jest run that could be blocked by the watch mode runs. This PR made this command run with the same non-blocking queue by other UI-triggered runs.

@coveralls
Copy link

coveralls commented Mar 28, 2024

Pull Request Test Coverage Report for Build 8461286215

Details

  • 19 of 19 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.006%) to 98.011%

Totals Coverage Status
Change from base Build 8304270828: 0.006%
Covered Lines: 3938
Relevant Lines: 3945

💛 - Coveralls

@connectdotz connectdotz merged commit ab4e5c6 into jest-community:master Mar 28, 2024
11 checks passed
@connectdotz connectdotz deleted the non-blocking-all-tests branch March 28, 2024 21:58
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.

[BUG] Crash when running any command from the command palette
2 participants