Skip to content

Commit 823b085

Browse files
committed
Fix tests
1 parent c60094b commit 823b085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/socket-cdxgen.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const npmFixturesPath = path.join(testPath, 'socket-npm-fixtures')
1919
const spawnOpts: PromiseSpawnOptions = {
2020
cwd: npmFixturesPath,
2121
env: {
22+
...process.env,
2223
SOCKET_CLI_DEBUG: '1'
2324
}
2425
}

0 commit comments

Comments
 (0)