mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Log audit stats as verbose, not as information
This commit is contained in:
parent
9901cb8502
commit
a7946377b4
14 changed files with 273 additions and 214 deletions
|
|
@ -39,7 +39,9 @@ describe("E2E: safe-chain setup-ci command", () => {
|
|||
);
|
||||
|
||||
const projectShell = await container.openShell(shell);
|
||||
const result = await projectShell.runCommand("npm i axios");
|
||||
const result = await projectShell.runCommand(
|
||||
"npm i axios --safe-chain-logging=verbose"
|
||||
);
|
||||
|
||||
const hasExpectedOutput = result.output.includes("Safe-chain: Scanned");
|
||||
assert.ok(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue