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 b4852b7 commit d3ac132Copy full SHA for d3ac132
__tests__/respect/utils.ts
@@ -8,6 +8,8 @@ export function getParams(indexEntryPoint: string, args: string[] = []): string[
8
}
9
10
export function getCommandOutput(args: string[], env?: Record<string, string>) {
11
+ console.log(env);
12
+ console.log(process.env);
13
const result = spawnSync('node', args, {
14
encoding: 'utf-8',
15
stdio: 'pipe',
0 commit comments