We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"2. 테스트 환경 구동하기" 항목에서 라이브러리 설치 안할경우 다음과 같은 에러가 출력됨. Cannot find module '@testing-library/jest-dom/extend-expect' from 'setupTests.js'
Cannot find module '@testing-library/jest-dom/extend-expect' from 'setupTests.js'
아래와 같이 라이브러 설치 후 해결됨. > yarn add --dev @testing-library/jest-dom
> yarn add --dev @testing-library/jest-dom
The text was updated successfully, but these errors were encountered:
이거 참고하셔도 좋을 것 같아요 testing-library/react-testing-library#138
Sorry, something went wrong.
No branches or pull requests
"2. 테스트 환경 구동하기" 항목에서 라이브러리 설치 안할경우 다음과 같은 에러가 출력됨.
Cannot find module '@testing-library/jest-dom/extend-expect' from 'setupTests.js'
아래와 같이 라이브러 설치 후 해결됨.
> yarn add --dev @testing-library/jest-dom
The text was updated successfully, but these errors were encountered: