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 8 : report #17

Open
wants to merge 19 commits into
base: team-8
Choose a base branch
from
Open

Team 8 : report #17

wants to merge 19 commits into from

Conversation

radium96
Copy link

No description provided.

@radium96
Copy link
Author

unknown
unknown1
unknown2

});

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가 함수를 반환하다보니, 테스트도 통과했을 것 같네요.

@radium96
Copy link
Author

수정 완료했습니다.

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.

5 participants