Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team 12 과제완료 #12

Open
wants to merge 13 commits into
base: team-12
Choose a base branch
from
Open

Conversation

gihwan-kim
Copy link

localhost:3030 캡처 화면

realcoding-team-12

});

test("5개의 할 일이 있는데, 2번, 4번만 미완료다", () => {
jest.spyOn(todoItem1,"completed","get").mockReturnValue(() => true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

returnValue로 함수를 넣었기 때문에, true가 아닌 함수를 반환합니다.
함수를 반환하는 것이 아니라 true로 반환을 해주어야합니다.
수정이 필요합니다.

우연히 completed가 함수를 반환하다보니, 테스트도 통과했을 것 같네요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

알림이 안떠서 확인을 늦게 했는데 혹시 지금이라도 수정해도 될까요?
죄송합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants