Skip to content

Commit

Permalink
Revert process.env not being forwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 3, 2020
1 parent 74a5491 commit 5e618af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function run(argv) {

const mochaProcess = childProcess.spawn('yarn', args, {
env: {
...process.env,
NODE_ENV: 'test',
},
shell: true,
Expand Down

0 comments on commit 5e618af

Please sign in to comment.