fix(review-workflow): mock entityService

This commit is contained in:
nathan-pichon 2023-06-22 15:59:26 +02:00
parent 4410fb8f97
commit e1b1c1322f
No known key found for this signature in database

View File

@ -44,6 +44,9 @@ describe('Entity service decorator', () => {
stages: [{ id: 1 }],
}),
}),
entityService: {
findOne: jest.fn(),
},
};
});