test cases fixed

Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
This commit is contained in:
Deepankumar Loganathan
2023-11-09 19:49:54 +01:00
committed by blam
parent 8cc5835c38
commit 9f9063c990
@@ -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',
};