fix(auth): specs issue
This commit is contained in:
parent
b1cb6a1d21
commit
0342cdcfc0
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue