Closed pmcelhaney closed 9 months ago
Oops, good catch. This option is superseded by revealWithFocus
in outputConfig.
It will be great if you can update the README accordingly! 😃
The PR template probably needs to be updated, BTW
Indeed!
The test results pane pops up and I can't find a setting to prevent it.
please see answer here
closed by #1116
The docs mention that
autoRevealOutput
has moved torunMode
, but I don't see it.I assume it's supposed to be a property under
runMode
? If that's the intent, I can take a stab at creating a pull request.Environment
vscode-jest version
: 6.2.1node -v
: 18.16.1npm -v
oryarn --version
: npm 9.5.1 / yarn 1.22.19npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): jest@29.7.0(The PR template probably needs to be updated, BTW. :))
Prerequisite
npm run test
ornode_modules/.bin/jest
) yarn testSteps to Reproduce
Run tests in VSCode.
Relevant Debug Info
n/a
Expected Behavior
The test results pane doesn't pop up (because there's an
autoRevealOutput
setting and it's disabled).Actual Behavior
The test results pane pops up and I can't find a setting to prevent it.