mockServices.httpAuth.mock()
Home > @backstage/backend-test-utils
> mockServices
> httpAuth
> mock
Signature:
mock: (partialImpl?: Partial<HttpAuthService> | undefined) => ServiceMock<HttpAuthService>
Parameters
Parameter |
Type |
Description |
---|---|---|
partialImpl |
Partial<HttpAuthService> | undefined |
(Optional) |