Do not hardcode path in setup-ci

This commit is contained in:
Reinier Criel 2026-04-10 09:05:29 -07:00
parent a0fb8d6b3d
commit 422963b38a
2 changed files with 3 additions and 2 deletions

View file

@ -51,6 +51,7 @@ describe("Setup CI shell integration", () => {
],
getPackageManagerList: () => "npm, yarn",
getShimsDir: () => mockShimsDir,
getBinDir: () => path.join(mockHomeDir, ".safe-chain", "bin"),
},
});