refactor: create a void logger service impl

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-05-15 14:04:31 +02:00
parent eb34b87d5a
commit a98f851133
7 changed files with 67 additions and 3 deletions
@@ -60,7 +60,7 @@ import {
/** @internal */
function createLoggerMock() {
return {
child: jest.fn().mockImplementation(() => createLoggerMock()),
child: jest.fn().mockImplementation(createLoggerMock),
debug: jest.fn(),
error: jest.fn(),
info: jest.fn(),