Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upESM build causes previously passing Jest tests to fail #113
Comments
This comment has been minimized.
This comment has been minimized.
I'd guess the feature request is really a docs PR, which I can do later if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for opening an issue!
Please select the type of issue you're reporting. For questions.
Problem Report
System Info
Node Version: 6.14.4
Browser: JSDOM
OS: X
Reproduction
Run a jest test on a component that imports
react-resizable
#######FIX############
the fix is:
add
react-resizable
to the projects' jest config'stransformIgnorePatterns
, like so: