jest-community / vscode-jest

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

fix "each" block test run issues #1092

Closed connectdotz closed 1 year ago

connectdotz commented 1 year ago

Summary

Mainly fix the JestTestRun for the following two scenarios:

  1. when running an unresolved test name block, such as jest.each or name as a non-literal string, the tests do not show status after the run.
  2. when select "run all tests" for resolved ".each" blocks, the later runs override the earlier, leaving some test blocks marked as "skipped".
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6756073868


Totals Coverage Status
Change from base Build 6750816738: 0.003%
Covered Lines: 3912
Relevant Lines: 3920

💛 - Coveralls