fix(auth): specs issue

This commit is contained in:
Karol Sójko 2023-12-22 12:19:44 +01:00
parent b1cb6a1d21
commit 0342cdcfc0
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -27,6 +27,7 @@ describe('AuthenticationMethodResolver', () => {
beforeEach(() => {
logger = {} as jest.Mocked<Logger>
logger.debug = jest.fn()
logger.info = jest.fn()
user = {} as jest.Mocked<User>