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 "each" block test run issues #1092

Merged

Conversation

connectdotz
Copy link
Collaborator

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
Copy link

Pull Request Test Coverage Report for Build 6756073868

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

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

💛 - Coveralls

@connectdotz connectdotz merged commit e1f7492 into jest-community:master Nov 4, 2023
11 checks passed
@connectdotz connectdotz deleted the fix-dynamic-named-test-run branch November 4, 2023 18:12
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.

2 participants