Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shared): process.env is undefined on non-node runtime issue (#93)
* fix: process.env.JEST_WORKER_ID is undefined issue Add null check to `process.env.JEST_WORKER_ID`, and access `process` from `globalThis` to support non-node runtime. * Update findPackageJSON.ts --------- Co-authored-by: Oleksandr Fediashov <[email protected]>
- Loading branch information