mirror of
https://github.com/strapi/strapi.git
synced 2025-12-08 21:39:46 +00:00
fix(review-workflow): mock entityService
This commit is contained in:
parent
4410fb8f97
commit
e1b1c1322f
@ -44,6 +44,9 @@ describe('Entity service decorator', () => {
|
|||||||
stages: [{ id: 1 }],
|
stages: [{ id: 1 }],
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
entityService: {
|
||||||
|
findOne: jest.fn(),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user