@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
import { Git, getVoidLogger } from '@backstage/backend-common';
|
||||
import { entityNamePickerValidation } from '@backstage/plugin-scaffolder/src/components/fields/EntityNamePicker';
|
||||
import {
|
||||
commitAndPushRepo,
|
||||
familiarizeEntityName,
|
||||
|
||||
@@ -100,7 +100,7 @@ describe('publish:github', () => {
|
||||
});
|
||||
|
||||
// restore real implmentation
|
||||
(familiarizeEntityName as jest.MockedFunction).mockImplementation(
|
||||
(familiarizeEntityName as jest.Mock).mockImplementation(
|
||||
realFamiliarizeEntityName,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user