Ethan Zhang
Results
1
comments of
Ethan Zhang
> Half a workaround is to put this inside `jest.config.js`, since it's being read before the `process` object is replaced by the (broken) mock: > > const actualProcess = process...