We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feabaf5 commit 435e55eCopy full SHA for 435e55e
packages/flex-plugin-e2e-tests/src/utils/spawn.ts
@@ -26,7 +26,6 @@ export const promisifiedSpawn = async (
26
const defaultOptions = {
27
cwd: homeDir,
28
env: {
29
- HOME: homeDir,
30
PATH: `${testParams.environment.path}:/${homeDir}/bin`,
31
TWILIO_ACCOUNT_SID: testParams.secrets.api.accountSid,
32
TWILIO_AUTH_TOKEN: testParams.secrets.api.authToken,
0 commit comments