Skip to content

Commit 435e55e

Browse files
committed
remove HOME variable
1 parent feabaf5 commit 435e55e

File tree

1 file changed

+0
-1
lines changed
  • packages/flex-plugin-e2e-tests/src/utils

1 file changed

+0
-1
lines changed

packages/flex-plugin-e2e-tests/src/utils/spawn.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const promisifiedSpawn = async (
2626
const defaultOptions = {
2727
cwd: homeDir,
2828
env: {
29-
HOME: homeDir,
3029
PATH: `${testParams.environment.path}:/${homeDir}/bin`,
3130
TWILIO_ACCOUNT_SID: testParams.secrets.api.accountSid,
3231
TWILIO_AUTH_TOKEN: testParams.secrets.api.authToken,

0 commit comments

Comments
 (0)