Merge branch 'master' into refactor_shared_module

This commit is contained in:
einhornimmond 2025-06-27 14:24:00 +02:00 committed by GitHub
commit e83ca0a40e
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