-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
react-testing-libraryversion: 4.1.4reactversion: 16.4.1nodeversion: 9.11.1npm(oryarn) version: yarn 1.3.2
Relevant code or config:
// occurring error this line
import 'jest-dom/extend-expect'entire test code
https://github.com/ryota-murakami/redux-boilerplate-less-architecture/blob/master/src/pages/github/index.test.js
What you did:
What happened:
Test Broke with Cannot find module 'jest-dom/extend-expect'
Reproduction:
-
In 4.1.3 case, the above Error occurred. https://circleci.com/gh/ryota-murakami/redux-boilerplate-less-architecture/569?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
-
In 4.1.2 case, test is all green. (https://circleci.com/gh/ryota-murakami/redux-boilerplate-less-architecture/591?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)
I don't know why is that happening because there is no jest-dom change [https://github.com/kentcdodds/react-testing-library/compare/v4.1.2...v4.1.3](between v4.1.2
v4.1.3).
something of dom-testing-liblary?
thanks😀