본문 바로가기
자바스크립트

[jest] TypeError: Cannot read property 'components' of undefined

by devebucks 2022. 10. 5.
728x90

jest 테스트 에러

 TypeError: Cannot read property 'components' of undefined

 

해결 방법

export default {
  name: '',
  mixins: [doBookmark], 👈 삭제
  ...
}
728x90

댓글