Try again

This commit is contained in:
Sander Declerck 2025-10-15 07:50:56 +02:00
parent b4f7d84563
commit 1a8d58889c
No known key found for this signature in database

View file

@ -90,6 +90,12 @@ describe("E2E: Safe chain proxy", () => {
console.log("NPM install output:\n", result.output);
const curlOutput = container.dockerExec(
"curl -I http://localhost:4873/lodash/-/lodash-4.17.21.tgz"
);
console.log("Curl output:\n", curlOutput);
// // Check if the installation was successful
// assert(
// result.output.includes("added"),