We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60094b commit 823b085Copy full SHA for 823b085
test/socket-cdxgen.test.ts
@@ -19,6 +19,7 @@ const npmFixturesPath = path.join(testPath, 'socket-npm-fixtures')
19
const spawnOpts: PromiseSpawnOptions = {
20
cwd: npmFixturesPath,
21
env: {
22
+ ...process.env,
23
SOCKET_CLI_DEBUG: '1'
24
}
25
0 commit comments