fix: clarify type guard test names

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2026-05-15 14:24:02 +02:00
parent 3170784f18
commit 37267be659
@@ -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',