-
Notifications
You must be signed in to change notification settings - Fork 83
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
[view] AuthorBarChart util 함수 테스트 코드 작성 #740
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGGGGTM!!! 깔끔하네요!! 💯💯💯💯💯
empty 값 테스트 넣어주신 것도 매우 좋습니다!!
import { getDataByAuthor } from "./AuthorBarChart.util"; | ||
|
||
describe("getDataByAuthor", () => { | ||
it("should return empty array if no data is provided", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍👍
commit: 2, | ||
insertion: 7, | ||
deletion: 4, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(사소) 기왕이면 Type 선언도 하면 좋지 않을까요? 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve를 두 개 받아버려서..!! 다음 tc pr 올릴 때 함께 반영해서 올리도록 하겠습니다! 감사합니다🙂🙂🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM입니다!!!!!!!👍
Related issue
Result
Work list
AuthorBarChart util 함수의 테스트 코드를 작성했습니다.
Discussion