Merge pull request #33147 from backstage/rugvip/simplify-extension-attach-to
Simplify the `ExtensionAttachTo` type
This commit is contained in:
@@ -149,7 +149,7 @@ describe('buildAppTree', () => {
|
||||
attachTo: [
|
||||
{ id: 'a', input: 'x' },
|
||||
{ id: 'b', input: 'x' },
|
||||
],
|
||||
] as any,
|
||||
},
|
||||
{
|
||||
...baseSpec,
|
||||
@@ -157,7 +157,7 @@ describe('buildAppTree', () => {
|
||||
attachTo: [
|
||||
{ id: 'b', input: 'x' },
|
||||
{ id: 'c', input: 'x' },
|
||||
],
|
||||
] as any,
|
||||
},
|
||||
],
|
||||
collector,
|
||||
|
||||
Reference in New Issue
Block a user