Skip to content

Conversation

@apaleslimghost
Copy link
Member

rather than hardcoding env vars for both frameworks in the orb, let's configure this directly in the tasks


this.logger.info(`running jest ${args.join(' ')}`)
const child = fork(jestCLIPath, args, { silent: true, cwd })
const child = fork(jestCLIPath, args, { silent: true, cwd, env })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: should env be merged with process.env?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yep good point, i forgot fork defaulted to that

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.

3 participants