jest-community / vscode-jest

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

Make all test items debuggable #1181

Closed connectdotz closed 1 month ago

connectdotz commented 2 months ago

Make all test items (folders, project root, in addition to test files and test blocks) debuggable.

This means the DebugConfigProvider has to support both explicit test path as well as partial test path matches, i.e. support and dynamically switch --runTestsByPath and --testPathPattern(s).

Refactored to consolidate the logic into the DebugConfigProvider when possible.

resolve #1056

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10818951359

Details


Totals Coverage Status
Change from base Build 10803735076: 0.0%
Covered Lines: 4101
Relevant Lines: 4107

💛 - Coveralls