jest-community / vscode-jest

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

fix TestNamePattern issue #1091

Closed connectdotz closed 1 year ago

connectdotz commented 1 year ago

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 commented 1 year ago

Pull Request Test Coverage Report for Build 6750708634


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

💛 - Coveralls