Merge pull request #14118 from backstage/analytics/entity-awareness
This commit is contained in:
@@ -38,7 +38,10 @@ describe('TodoList', () => {
|
||||
offset: 0,
|
||||
}),
|
||||
};
|
||||
const mockEntity = { metadata: { name: 'mock' } } as Entity;
|
||||
const mockEntity = {
|
||||
metadata: { name: 'mock' },
|
||||
kind: 'MockKind',
|
||||
} as Entity;
|
||||
|
||||
const rendered = await renderWithEffects(
|
||||
<TestApiProvider apis={[[todoApiRef, mockApi]]}>
|
||||
|
||||
Reference in New Issue
Block a user