From f655e8cfcb786754b81e4d1b5f4b022894e1b128 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Tue, 14 Oct 2025 13:52:28 +0200 Subject: [PATCH] Change command to install through registry. --- test/e2e/safe-chain-proxy.e2e.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/safe-chain-proxy.e2e.spec.js b/test/e2e/safe-chain-proxy.e2e.spec.js index 12929df..363787f 100644 --- a/test/e2e/safe-chain-proxy.e2e.spec.js +++ b/test/e2e/safe-chain-proxy.e2e.spec.js @@ -83,9 +83,9 @@ describe("E2E: Safe chain proxy", () => { assert.fail("Verdaccio did not start in time"); } - const shell = await container.openShell("zsh"); + const shell = await container.openShell("bash"); const result = await shell.runCommand( - "npm --registry http://localhost:4873 install react" + "npm install lodash --registry=http://localhost:4873" ); // Check if the installation was successful