Skip to content

Commit

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

if (setup.SMOKE_PUBLISH) {
await npmPackage()
}
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 405353e

Please sign in to comment.