fix tsc errors
Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
This commit is contained in:
committed by
Fredrik Adelöw
parent
e0e57817d2
commit
1e932ee498
@@ -21,9 +21,6 @@ import { AuthResponse } from '../types';
|
||||
|
||||
jest.mock('google-auth-library');
|
||||
|
||||
const setCredentialsMock = jest.fn();
|
||||
const getAccessTokenMock = jest.fn();
|
||||
|
||||
const identityResolutionCallbackMock = async (): Promise<AuthResponse<any>> => {
|
||||
return {
|
||||
backstageIdentity: {
|
||||
|
||||
Reference in New Issue
Block a user