[에러] 230605 "TypeError: expect(...).toHaveStyle is not a function"

halo·2023년 6월 28일

에러노트

목록 보기
2/4

환경: react, styled-components, jest


⚠️ 에러 상황

컴포넌트 테스트를 하던 중 toHaveStyle() 을 사용하려고 하자 나타난 에러


💊 해결

import 맨 하단에 import '@testing-library/jest-dom'; 작성

profile
천방지축 얼레벌레 코딩세상

0개의 댓글