Skip to content

Commit 0ad5c58

Browse files
committed
pass in the process env
1 parent 76cd719 commit 0ad5c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/accuracy/sdk/accuracyTestingClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export class AccuracyTestingClient {
9797
command: process.execPath,
9898
args,
9999
env: {
100+
...process.env,
100101
DO_NOT_TRACK: "1",
101102
},
102103
});

0 commit comments

Comments
 (0)