test: fix test due to a package removed from the npm registry

This commit is contained in:
Zoltan Kochan
2025-07-23 13:39:53 +02:00
parent ca0d1cbc0b
commit 06d1835219

View File

@@ -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,
},