Fix mocking in tests

This commit is contained in:
Sander Declerck 2025-10-23 17:48:26 +02:00
parent 9a78cafbfd
commit 0f164d055f
No known key found for this signature in database

View file

@ -46,6 +46,7 @@ describe("scanCommand", async () => {
writeError: () => {},
writeInformation: () => {},
writeWarning: () => {},
writeExitWithoutInstallingMaliciousPackages: () => {},
emptyLine: () => {},
confirm: mockConfirm,
},