Merge pull request #14118 from backstage/analytics/entity-awareness

This commit is contained in:
Eric Peterson
2022-10-20 07:17:12 -04:00
committed by GitHub
13 changed files with 239 additions and 63 deletions
@@ -38,7 +38,10 @@ describe('EntityBadgesDialog', () => {
},
]),
};
const mockEntity = { metadata: { name: 'mock' } } as Entity;
const mockEntity = {
metadata: { name: 'mock' },
kind: 'MockKind',
} as Entity;
const rendered = await renderWithEffects(
<TestApiProvider