mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix(auth): specs issue
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user