Skip to content

Commit afb128d

Browse files
committed
fix: should pass environment variables correctly
Signed-off-by: sunrabbit123 <[email protected]>
1 parent f43bfcc commit afb128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/cross-spawn.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ describe("StdioClientTransport using cross-spawn", () => {
7373
[],
7474
expect.objectContaining({
7575
env: {
76+
...getDefaultEnvironment(),
7677
...customEnv,
77-
...getDefaultEnvironment()
7878
}
7979
})
8080
);

0 commit comments

Comments
 (0)