mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Test without safe-chain
This commit is contained in:
parent
ee82134c19
commit
daf69964f2
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ describe("E2E: Safe chain proxy", () => {
|
|||
// Start a local npm registry (verdaccio) inside the container
|
||||
container.dockerExec("npx -y verdaccio", true);
|
||||
|
||||
const shell1 = await container.openShell("bash");
|
||||
await shell1.runCommand("safe-chain teardown");
|
||||
|
||||
let verdaccioStarted = false;
|
||||
// Wait for verdaccio to be ready (max 60 seconds)
|
||||
for (let i = 0; i < 120; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue