mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix mocking in tests
This commit is contained in:
parent
9a78cafbfd
commit
0f164d055f
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ describe("scanCommand", async () => {
|
||||||
writeError: () => {},
|
writeError: () => {},
|
||||||
writeInformation: () => {},
|
writeInformation: () => {},
|
||||||
writeWarning: () => {},
|
writeWarning: () => {},
|
||||||
|
writeExitWithoutInstallingMaliciousPackages: () => {},
|
||||||
emptyLine: () => {},
|
emptyLine: () => {},
|
||||||
confirm: mockConfirm,
|
confirm: mockConfirm,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue