Node
Jest timeout 설정
5linesys
2024. 11. 10. 01:58
Jest 를 통한 테스트 진행 중 타임아웃이 발생한 경우 다음과 같이 코드를 추가하여 해결
"jest": {
"testTimeout": 5000
}