mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
test: fix test due to a package removed from the npm registry
This commit is contained in:
@@ -27,7 +27,7 @@ export function testDefaults<T> (
|
||||
const { storeController, storeDir, cacheDir } = createTempStore({
|
||||
...opts,
|
||||
clientOptions: {
|
||||
registries: opts?.registries,
|
||||
...(opts?.registries != null ? { registries: opts.registries } : {}),
|
||||
...resolveOpts,
|
||||
...fetchOpts,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user