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

[engine/vscode] vscode 패키지의 git.utils.ts 관련 테스트 코드 작성 #681

Open
novice1993 opened this issue Aug 30, 2024 · 0 comments

Comments

@novice1993
Copy link
Contributor

novice1993 commented Aug 30, 2024

개요

  • vscode 패키지의 git.utils.ts 파일에 존재하는 함수의 테스트 코드 작성

내용

  • vscode 패키지의 activate 함수에서 AnalysisEngine 인스턴스 생성 시 git.utils.ts 파일의 함수를 활용하고 있음
  • 이 중 getGitLog 함수 등은 성능 최적화와 연관된 함수로 꾸준히 리팩토링 될 가능성이 있으나 테스트 코드가 부재함
  • analysis-engine 성능 최적화와 연관된 함수부터 우선적으로 테스트 코드 작성

Todo

  • vscode 패키지에 jest 설치 및 package.json 스크립트 추가
  • getGitLog 함수 테스트 코드 작성
@novice1993 novice1993 added this to the v0.7.2 milestone Aug 30, 2024
@novice1993 novice1993 self-assigned this Aug 30, 2024
@novice1993 novice1993 changed the title [engine] vscode 패키지의 git.utils.ts 관련 테스트 코드 작성 [engine/vscode] vscode 패키지의 git.utils.ts 관련 테스트 코드 작성 Aug 30, 2024
@ytaek ytaek modified the milestones: v0.7.2, v0.7.3 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants