You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some kind of dependency hell scenario caused by bad resolving somewhere. Need to explore working around on our side in 1.x until we can bump Jest to a version that doesn't have this problem.
The text was updated successfully, but these errors were encountered:
With CRA 1.1.4, I ran into a similar problem with a slightly different error message with setup, not dispose:
TypeError: environment.setup is not a function
It's a newish CRA install, starting life as 1.1.1. I upgraded to 1.1.4 using the step-by-step yarn add --exact [email protected] (N=2..4) steps as usual. I have not added jest to my package.json file.
Any thoughts on debugging this? What other info could I provide? (I have never tried running tests on this project before so I can't say whether it ever worked.) Thanks.
lockbot
locked and limited conversation to collaborators
Jan 19, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gives an error:
Related: jestjs/jest#5294 lint-staged/lint-staged#414
Some kind of dependency hell scenario caused by bad resolving somewhere. Need to explore working around on our side in 1.x until we can bump Jest to a version that doesn't have this problem.
The text was updated successfully, but these errors were encountered: