feat(server): link via profile.sub (#1055)

This commit is contained in:
Jason Rasmussen
2022-12-03 22:59:24 -05:00
committed by GitHub
parent 424b11cf50
commit 99854e90be
9 changed files with 64 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ export function newUserRepositoryMock(): jest.Mocked<IUserRepository> {
get: jest.fn(),
getAdmin: jest.fn(),
getByEmail: jest.fn(),
getByOAuthId: jest.fn(),
getList: jest.fn(),
create: jest.fn(),
update: jest.fn(),