mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add missing test logger function mock
This commit is contained in:
parent
c328b73a97
commit
7bd3d7022f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user