ESLint 'no-undef' Error

ESLint ‘no-undef’ Error

jest 테스트 코드의 describe, test, expect에서 ‘no-undef’라는 오류가 발생해서 ‘jest eslint no-undef’라는 키워드로 구글링시도

// .eslintrc.json
"env": {
  "jest": true
}

위의 코드를 추가하니 해결되었다 ➡ 참고링크


Written by@Heaeun
코드리뷰, TDD, 함께 자라기를 지향하는 프론트엔드 개발자입니다

GitHub