HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀7] 뿡치와 삼촌들 - Devnity
[팀7] 뿡치와 삼촌들 - Devnity
/
📘
프론트엔드 공간
/
🧑‍🎓
Today We Learned
/
Jest에서 describe 에러가 나는 경우
Jest에서 describe 에러가 나는 경우
Jest에서 describe 에러가 나는 경우

Jest에서 describe 에러가 나는 경우

생성일
Dec 3, 2021 08:24 AM
기록자
Jay Mincheol Cho
해결 여부
해결 여부
속성
카테고리

해결책

tsconfig.json:
{ "compilerOptions": { "outDir": "./dist/", "module": "es6", "target": "es5", "jsx": "react-jsx", "allowJs": true, "sourceMap": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "types": ["kakao.maps.d.ts", "jest"] // jest를 추가한다 } }

See also

  • https://stackoverflow.com/questions/54139158/cannot-find-name-describe-do-you-need-to-install-type-definitions-for-a-test