mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Try again
This commit is contained in:
parent
b4f7d84563
commit
1a8d58889c
1 changed files with 6 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue