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

added nodeEnv and shell settings to customize jest process runner #777

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

connectdotz
Copy link
Collaborator

@connectdotz connectdotz commented Sep 29, 2021

To make it easier for users to resolve their process env related issues: added 2 new settings to allow users to customize jest process creation:

  • jest.nodeEnv: allow additional env to add to the vscode's process.env
  • jest.shell: allow users to choose which shell to use for jest run.

Also updated Readme


fixes #741
fixes #708
fixes #666
fixes #601
fixes #526
fixes #492

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1288812293

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 94.884%

Totals Coverage Status
Change from base Build 1288500974: 0.009%
Covered Lines: 2489
Relevant Lines: 2567

💛 - Coveralls

@earonesty
Copy link

added nodeEnv... wasn't available in beforeAll. indeed, even the DEBUG default env var wasn't set.

legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment