🚀 Feature Proposal
Please document what ENV variables are set by Jest, and whenever users are supposed to use them or not.
Motivation
I'm trying to detect whenever runtime is within Jest environment or not.
Example
Jest sets the following ENV variables:
JEST_WORKER_ID [number] Id of the Jest worker. Use it for ...
- ...
🚀 Feature Proposal
Please document what ENV variables are set by Jest, and whenever users are supposed to use them or not.
Motivation
I'm trying to detect whenever runtime is within Jest environment or not.
Example
Jest sets the following ENV variables:
JEST_WORKER_ID[number] Id of the Jest worker. Use it for ...