Fix unit test

This commit is contained in:
Reinier Criel 2025-11-10 10:58:18 -08:00
parent e04c4b6f21
commit ca5c1e8869
4 changed files with 1 additions and 181 deletions

View file

@ -28,13 +28,6 @@ describe("runPipCommand environment variable handling", () => {
},
});
// Mock certBundle to return a test combined bundle path
mock.module("../../registryProxy/certBundle.js", {
namedExports: {
getCombinedCaBundlePath: () => "/tmp/test-combined-ca.pem",
},
});
const mod = await import("./runPipCommand.js");
runPip = mod.runPip;
});