Skip to content

Commit

Permalink
need the get on smoke publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 8, 2024
1 parent fd0f314 commit 1a3577f
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 @@ -134,6 +134,9 @@ t.test('publish and replace global self', async t => {

const tarball = await npmLocalTarball()

if (setup.SMOKE_PUBLISH) {
await npmPackage()
}
registry.nock.put('/npm', body => {
if (body._id === 'npm' && body.versions[version]) {
publishedPackument = body.versions[version]
Expand Down

0 comments on commit 1a3577f

Please sign in to comment.