금일 달성 항목 1) user.controller.spec.ts testcode 진행 문제 해결 과정 1 - Nest can't resolve dependencies of the UserGuard (?, ConfigService). Please make sure that the argument JwtService at index [0] is available in the RootTestModule context. [문제] user.controller.spec.ts testcode 진행 중에 자꾸만 아래와 같은 오류가 떠서 해결이 되지 않았다. JwtService가 User.controller.ts에 존재하지 않는데 자꾸만 찾았다 ㅠㅠ FAIL src/apis/user/test/user.controller..