Merge branch 'master' into refactor_countOpenPendingTransactions_PendingTransactionState

This commit is contained in:
einhornimmond 2025-06-27 14:27:24 +02:00 committed by GitHub
commit a96a82bd55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,9 @@ const getLoggerMocked = jest.fn().mockImplementation((param: any) => {
}),
clearContext: jest.fn(() => {
fakeLogger.context.clear()
}),
isDebugEnabled: jest.fn(() => {
return true
})
}
loggers[param] = fakeLogger