fix: clarify type guard test names
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ describe('AIResourceV1alpha1 skill validator', () => {
|
||||
});
|
||||
|
||||
describe('isAIResourceEntity', () => {
|
||||
it('returns true for a valid AIResource entity', () => {
|
||||
it('returns true when apiVersion and kind match', () => {
|
||||
const entity: Entity = {
|
||||
apiVersion: 'backstage.io/v1alpha1',
|
||||
kind: 'AIResource',
|
||||
|
||||
Reference in New Issue
Block a user