Closed connectdotz closed 1 year ago
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.
resolve #1042 resolve #1084
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