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 TestNamePattern issue #1091

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

connectdotz
Copy link
Collaborator

Summary

Fix TestNamePattern matching more tests issue: Adding "$" at the end of regex for test blocks run. Note this doesn't apply to describe blocks, which have to remain "open" so jest can match all the test items within.

Related Issues

resolve #1042
resolve #1084

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6750708634

  • 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.2%) to 97.94%

Totals Coverage Status
Change from base Build 6727516621: 0.2%
Covered Lines: 3908
Relevant Lines: 3916

💛 - Coveralls

@connectdotz connectdotz merged commit 5557e93 into jest-community:master Nov 3, 2023
11 checks passed
@connectdotz connectdotz deleted the testNamePatternFix branch November 3, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants