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
Describe the bug
The runMode.showInlineError is not taking effect, and cannot be used to disable inline error.
runMode.showInlineError
To Reproduce Steps to reproduce the behavior:
Note: A sample repo will help us identify the bug much faster. 🙏
Expected behavior No error to show inline
Screenshots
Environment (please complete the following information):
node -v
npm -v
yarn --version
{ "jest.runMode": { "type": "on-demand", "coverage": false, "runAllTestsOnStartup": false, "showInlineError": false, } }
Prerequisite
npm test
Additional context see #783
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The
runMode.showInlineError
is not taking effect, and cannot be used to disable inline error.To Reproduce
Steps to reproduce the behavior:
Note: A sample repo will help us identify the bug much faster. 🙏
Expected behavior
No error to show inline
Screenshots
Environment (please complete the following information):
node -v
: v22.8.0npm -v
oryarn --version
: 10.8.2Prerequisite
npm test
Additional context
see #783
The text was updated successfully, but these errors were encountered: