Open rook2pawn opened 4 years ago
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
🚀 Feature Proposal
RunInBand as an object option.
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.