Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 9, 2024
1 parent d2803f3 commit f15d852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smoke-tests/test/npm-replace-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ t.test('publish and replace global self', async t => {
}).reply(201, {})
await npmLocal('publish', { proxy: true, force: true })

t.comment(JSON.stringify(publishedPackument, null, 2))

const paths = await npmInstall(npm)
t.equal(paths.npmRoot, join(globalNodeModules, 'npm'), 'npm root is in the testdir')
t.equal(paths.pathNpm, join(globalBin, 'npm'), 'npm bin is in the testdir')
Expand Down

0 comments on commit f15d852

Please sign in to comment.