feat: normalize and validate component model structure

This commit is contained in:
MatthieuTD
2025-10-01 11:47:45 +02:00
parent f48e7aad30
commit 1a4cedb431
8 changed files with 383 additions and 25 deletions

View File

@@ -152,9 +152,3 @@ describe('CustomFieldsService', () => {
});
});
});
expect(prisma.customField.findFirst).toHaveBeenCalledWith({
where: {
name: 'Température maximale',
typeMachineId: 'type-1',
},
});