You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is the critical test - the tarball URL in the packument doesn't have our registry path, but when replaceRegistryHost is 'always', we should get a request to this URL which includes the registry path
3551
+
tnock(t,registryHost)
3552
+
.get(`${registryPath}/abbrev-1.1.1.tgz`)
3553
+
.reply(200,abbrevTGZ)
3554
+
3555
+
constarb=newArborist({
3556
+
path: resolve(testdir,'project'),
3557
+
registry,
3558
+
cache: resolve(testdir,'cache'),
3559
+
replaceRegistryHost: 'always',
3560
+
})
3561
+
3562
+
awaitt.resolves(arb.reify(),'reify should complete successfully')
0 commit comments