We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00728e8 commit 3eeb181Copy full SHA for 3eeb181
aas-web-ui/tests/composables/MetamodelVerification.test.ts
@@ -53,7 +53,7 @@ describe('MetamodelVerification.ts', () => {
53
expect(targetMap.get('idShort')).toBe('invalid value');
54
});
55
56
- it('does not throw when optional idShort is undefined', () => {
+ it('gracefully reports verifier failures when idShort is unexpectedly undefined', () => {
57
const property = new aasTypes.Property(aasTypes.DataTypeDefXsd.String);
58
property.idShort = 'temp';
59
(property as unknown as Record<string, unknown>).idShort = undefined;
0 commit comments