Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 426 Bytes

EnvironmentVariables.md

File metadata and controls

15 lines (10 loc) · 426 Bytes
id title original_id
version-22.x-environment-variables
Environment Variables
environment-variables

Jest sets the following environment variables:

NODE_ENV

Set to 'test' if it's not already set to something else.

JEST_WORKER_ID

Each worker process is assigned a unique id (index-based that starts with 1). This is set to 1 for all tests when runInBand is set to true.