Add define post isntall logic function (#18248)

As title
This commit is contained in:
martmull
2026-02-26 11:09:21 +01:00
committed by GitHub
parent fde8168a85
commit 120096346a
29 changed files with 585 additions and 71 deletions
@@ -130,8 +130,8 @@ describe('areFlatObjectMetadataNamesSyncedWithLabels', () => {
it('should return true with complex labels', () => {
const result = areFlatObjectMetadataNamesSyncedWithLabels({
flatObjectMetadata: {
nameSingular: 'wrongCreatedAtObject',
namePlural: 'wrongCreatedAtObjects',
nameSingular: 'wrongCreatedatObject',
namePlural: 'wrongCreatedatObjects',
labelSingular: 'Wrong CreatedAt Object',
labelPlural: 'Wrong CreatedAt Objects',
},