-
Notifications
You must be signed in to change notification settings - Fork 0
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
[기능] interview get #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
heozeop
added a commit
that referenced
this pull request
Sep 11, 2024
* [기능] auth test 및 기능 추가 (#1) * feat: init auth * feat: add test config for db * feat: add class validator and transformer * feat: add fail test for interviewer * feat: allow global context on mikro orm * feat: make service testable * [기능] login 엔드 포인트 추가 및 e2e 테스트 설정 (#5) * feat: add auth controller test * feat: add e2e test for auth * feat: handle test envrionment for db * feat: make auth api work with edge case test * [기능] reviewer api 추가 (#7) * feat: init reviewers * feat: use inmemory db for test on mikro orm * refac: fix typo and use tests * feat: add reviewers test for controller * feat: add e2e test * fix: rename auth to reviewer * [기능] interview post (#9) * feat: init interviewer * refac: use external folder for fixture * feat: add fail error for interview post * feat: add create api for interview * [기능] interview post controller (#10) * feat: add interview post controller * feat: add e2e test for interview post * [기능] interview get (#11) * feat: make test work with bigint jestjs/jest#11617 * feat: add test for creation error * feat: add test for interviewer id not valid * feat: add test for find all * feat: add test for empty resposne * feat: add test for interview controller * feat: add test for e2e on interview * feat: flush manually * feat: flush manually * feat: add test for interview * [기능] interview 단일 조회 (#12) * feat: add interview * feat: config debug option to false to test 보기 어려워서 지움 * feat: make entity work with detail * refac: use helper function to create interview * [기능] interview contents 추가 (#13) * feat: init interview contents create * feat: add interview contents api * feat: add contents * feat: add interview content get api * feat: add post and find all contents * feat: make conroller work * feat: add test for contents * feat: add e2e test debugger for vscode * feat: add e2e test for create contents * feat: add test for e2e * feat: make end point work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업