We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs mention that autoRevealOutput has moved to runMode, but I don't see it.
autoRevealOutput
runMode
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.
vscode-jest version
node -v
npm -v
yarn --version
npm ls jest
npm ls react-scripts
"jest.runMode": { "type": "on-save", "coverage": false, "showInlineError": true, "runAllTestsOnStartup": true }
(The PR template probably needs to be updated, BTW. :))
npm run test
node_modules/.bin/jest
Run tests in VSCode.
n/a
The test results pane doesn't pop up (because there's an autoRevealOutput setting and it's disabled).
The test results pane pops up and I can't find a setting to prevent it.
The text was updated successfully, but these errors were encountered:
Oops, good catch. This option is superseded by revealWithFocus in outputConfig.
revealWithFocus
It will be great if you can update the README accordingly! 😃
The PR template probably needs to be updated, BTW
Indeed!
Sorry, something went wrong.
please see answer here
closed by #1116
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: