Skip to content

Commit 4f9f615

Browse files
committed
x
1 parent c009e0d commit 4f9f615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lib/npm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ for (const env of Object.keys(process.env).filter(e => /^npm_/.test(e))) {
1212
// test is just run directly, which is also acceptable.
1313
const cmd = process.env.npm_lifecycle_event === 'test' ? 'test'
1414
: 'run-script'
15+
console.error('CHECKING CMD ENV', process.env)
1516
t.match(process.env[env], cmd)
1617
}
1718
delete process.env[env]

0 commit comments

Comments
 (0)