backend-plugin-api: export healthCheckConfig fn

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-05-17 11:34:55 +02:00
parent 8bbbc314f1
commit 14e982e8d3
3 changed files with 9 additions and 0 deletions
@@ -348,6 +348,7 @@ export namespace mockServices {
export const factory = httpRouterServiceFactory;
export const mock = simpleMock(coreServices.httpRouter, () => ({
use: jest.fn(),
healthCheckConfig: jest.fn(),
addAuthPolicy: jest.fn(),
}));
}