added happy path testing, reformatted changeset
Signed-off-by: Jonah Grimes <jonah.grimes@gmail.com>
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Added support for the "members" field of the Group entity, allowing specification of direct members from the Group side of the relationship. Added support to the BuiltinKindsEntityProcessor to generate the appropriate relationships.
|
||||
Added support for the "members" field of the Group entity, allowing specification of
|
||||
direct members from the Group side of the relationship. Added support to the
|
||||
`BuiltinKindsEntityProcessor` to generate the appropriate relationships.
|
||||
|
||||
@@ -39,6 +39,7 @@ describe('GroupV1alpha1Validator', () => {
|
||||
},
|
||||
parent: 'group-a',
|
||||
children: ['child-a', 'child-b'],
|
||||
members: ['jdoe'],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user