added happy path testing, reformatted changeset

Signed-off-by: Jonah Grimes <jonah.grimes@gmail.com>
This commit is contained in:
Jonah Grimes
2021-03-29 12:56:07 -04:00
parent 35cee069a9
commit e1e0809162
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -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'],
},
};
});