mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Rename verifiedPackages to totalPackages, fix e2e tests
This commit is contained in:
parent
e4c40330f7
commit
378b0ac7c9
11 changed files with 89 additions and 59 deletions
|
|
@ -31,7 +31,7 @@ describe("E2E: pnpm coverage", () => {
|
|||
const result = await shell.runCommand("pnpm add axios");
|
||||
|
||||
assert.ok(
|
||||
result.output.includes("no malicious packages found."),
|
||||
result.output.includes("no malware found."),
|
||||
`Output did not include expected text. Output was:\n${result.output}`
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue