RunInBand as an object option. It exists as a CLI option
🚀 Feature Proposal
RunInBand as an object option.
{
runInBand: true
}
Motivation
Because its useful and provided for on the CLI as an option --runInBand, it makes sense that there would be an equivalent in the object specifier as well.
Example
Uses the existing jest --config <configpath>
Pitch
Because it is part of the CLI option set and very useful.
runInBand is especially useful to offer via jest.config.js and jest.config.ts since it helps prevent out-of-memory errors in CI environments, which can often be detected in a dynamic config file (e.g., via process.env.CI == "true").
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.
I still think this is a good idea.
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.
Ditto.
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.
I still think this is a good idea.
Ditto
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.