Skip to content

Commit d3ac132

Browse files
committed
chore: add sleep
1 parent b4852b7 commit d3ac132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/respect/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export function getParams(indexEntryPoint: string, args: string[] = []): string[
88
}
99

1010
export function getCommandOutput(args: string[], env?: Record<string, string>) {
11+
console.log(env);
12+
console.log(process.env);
1113
const result = spawnSync('node', args, {
1214
encoding: 'utf-8',
1315
stdio: 'pipe',

0 commit comments

Comments
 (0)