jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.82k stars 291 forks source link

fix "Jest: Run All Test" command blocked by watch mode run #1132

Closed connectdotz closed 3 months ago

connectdotz commented 3 months ago

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 commented 3 months ago

Pull Request Test Coverage Report for Build 8461286215

Details


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

💛 - Coveralls