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