Merge pull request #8283 from backstage/mob/identity-api
core-plugin-api: stabilize IdentityApi
This commit is contained in:
@@ -34,6 +34,9 @@ describe('apis', () => {
|
||||
getUserId: jest.fn(),
|
||||
getProfile: jest.fn(),
|
||||
signOut: jest.fn(),
|
||||
getProfileInfo: jest.fn(),
|
||||
getBackstageIdentity: jest.fn(),
|
||||
getCredentials: jest.fn(),
|
||||
});
|
||||
|
||||
const client = new SearchClient({
|
||||
|
||||
Reference in New Issue
Block a user