jest-community / vscode-jest

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

Fixed missing test error auto focusing for watch mode run #1120

Closed connectdotz closed 4 months ago

connectdotz commented 4 months ago

The process.userData.testError flag should be reset at the end of the run-cycle; otherwise, for watch mode that uses the same process, it will not change focus after the first error test run.

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8011213067

Details


Totals Coverage Status
Change from base Build 8010718950: 0.02%
Covered Lines: 3919
Relevant Lines: 3926

💛 - Coveralls