chore: fix bitrise tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-26 22:26:15 +02:00
parent a657d83855
commit 21421e858e
@@ -31,6 +31,7 @@ jest.mock('../../hooks/useBitriseBuildWorkflows', () => ({
}));
jest.mock('@backstage/plugin-catalog-react', () => ({
...jest.requireActual('@backstage/plugin-catalog-react'),
useEntity: () => {
return entityValue;
},