Skip to content

Commit 5149b59

Browse files
committed
fix: smoke
1 parent 777184d commit 5149b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoke-tests/test/npm-replace-global.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ t.test('publish and replace global self', async t => {
137137
await npmPackage()
138138
}
139139
registry.nock.get('/npm').reply(404, 'not found')
140+
registry.nock.get('/npm').reply(404, 'not found')
140141
registry.nock.put('/npm', body => {
141142
if (body._id === 'npm' && body.versions[version]) {
142143
publishedPackument = body.versions[version]

0 commit comments

Comments
 (0)