test cases fixed
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
This commit is contained in:
committed by
blam
parent
8cc5835c38
commit
9f9063c990
+6
@@ -58,6 +58,12 @@ jest.mock('@backstage/plugin-catalog-react/alpha', () => ({
|
||||
},
|
||||
}));
|
||||
|
||||
jest.mock('@backstage/catalog-model', () => ({
|
||||
stringifyEntityRef: () => {
|
||||
return {};
|
||||
},
|
||||
}));
|
||||
|
||||
const config = {
|
||||
getString: (_: string) => 'https://test-url',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user