diff --git a/backend/src/contents/contents.service.spec.ts b/backend/src/contents/contents.service.spec.ts index a49f52c..ebcdff1 100644 --- a/backend/src/contents/contents.service.spec.ts +++ b/backend/src/contents/contents.service.spec.ts @@ -72,6 +72,8 @@ describe("ContentsService", () => { }; for (const mock of Object.values(chain)) { + + //TODO Fix : TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead? if (mock.mockReturnValue) { mock.mockImplementation(mockImplementation); }