-
Jest timeout 설정Node 2024. 11. 10. 01:58
Jest 를 통한 테스트 진행 중 타임아웃이 발생한 경우 다음과 같이 코드를 추가하여 해결
"jest": { "testTimeout": 5000 }
'Node' 카테고리의 다른 글
Nestjs Lifecycle 과 Event hooks (0) 2024.11.19 TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined raised when starting react app (0) 2021.04.27