Skip to content

Commit b4ba25b

Browse files
committed
maybe
1 parent 3bb0f61 commit b4ba25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ t.test('publish and replace global self', async t => {
125125
await npmPackage({
126126
manifest: { packuments: [publishedPackument] },
127127
tarballs: { [version]: tarball },
128-
times: setup.SMOKE_PUBLISH ? 3 : 2,
128+
times: setup.SMOKE_PUBLISH ? 2 : 3,
129129
})
130130
await fs.rm(cache, { recursive: true, force: true })
131131
await useNpm('install', 'npm@latest', '--global')

0 commit comments

Comments
 (0)