Open
Description
Environment
vscode-jest version
: v5.1.0node -v
: v12.22.7npm -v
oryarn --version
: npm 6.14.15npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): [email protected]- your vscode-jest settings if customized:
- jest.jestCommandLine?
npm test --
- jest.autoRun
- jest.jestCommandLine?
{
"watch": false,
"onSave": "test-file"
}
- Operating system: Windows 11
Prerequisite
- are you able to run jest test from the command line? Yes
- how do you run your tests from the command line? (for example:
npm run test
ornode_modules/.bin/jest
)npm run test
Steps to Reproduce
- Click
Test explorer
- Click
Run test
- Sidebar view is switched to
File explorer
Relevant Debug Info
VSCode Version:
$ code -v
1.74.3
97dec172d3256f8ca4bfb2143f3f76b503ca0534
x64
Expected Behavior
Sidebar view stays on Test explorer
Actual Behavior
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...