Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: explicitly pass process.env #9

Closed
wants to merge 1 commit into from
Closed

Conversation

jpulec
Copy link

@jpulec jpulec commented Nov 29, 2022

Closes #8

Pass process.env explicitly since jest tries to sandbox it which means that it doesn't work as one might expect.

Pass `process.env` explicitly since jest tries to sandbox it which means that it doesn't work as one might expect.
@jpulec
Copy link
Author

jpulec commented Apr 16, 2023

@gmrchk Anything I can do here to push this forward?

@jpulec jpulec closed this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Spawned Process does Not Reflect Parent process.env
1 participant