mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(core): remove legacy commented code (#3804)
This commit is contained in:
parent
0a803488ef
commit
5f4a323d26
1 changed files with 0 additions and 7 deletions
|
@ -48,13 +48,6 @@ const baseProviderMock = {
|
|||
client_id: 'client_id',
|
||||
};
|
||||
|
||||
// Const samlAssertionHandlerRoutes = await pickDefault(import('./authn/saml.js'));
|
||||
// const tenantContext = new MockTenant(
|
||||
// createMockProvider(jest.fn().mockResolvedValue(baseProviderMock)),
|
||||
// undefined,
|
||||
// { socials: socialsLibraries }
|
||||
// );
|
||||
|
||||
const usersLibraries = {
|
||||
findUserRoles: jest.fn(async () => [mockRole]),
|
||||
} satisfies Partial<Libraries['users']>;
|
||||
|
|
Loading…
Reference in a new issue