You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use jest.run to run my tests, thread-loader can not pass process.env.NODE_ENV to child process. i print process.env.NODE_ENV in main process and child process, such as
explicit pass env,child process will get the correct process.env.NODE_ENV
when i use
jest.run
to run my tests, thread-loader can not pass process.env.NODE_ENV to child process. i print process.env.NODE_ENV in main process and child process, such asexplicit pass env,child process will get the correct process.env.NODE_ENV
The text was updated successfully, but these errors were encountered: