Ibrahim Kilinc

Results 1 issues of Ibrahim Kilinc

### Version 27.1.3 ### Steps to reproduce ```ts const mock = jest.fn(); jest.mock('@sailplane/logger', () => { const mockLogger = jest.fn().mockImplementation(() => { return { debugObject: mock, debug: jest.fn(), }; });...

:bug: Bug
Confirmed