fix tsc errors

Signed-off-by: Fabian Hippmann <fabian.hippmann@moonshiner.at>
This commit is contained in:
Fabian Hippmann
2021-07-26 16:07:43 +02:00
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: {