-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
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
Rangeerror: Invalid string length #8109
Comments
Could you put together a reproduction? /cc @pedrottimark |
Yes, a minimal repo helps a lot in situation like this. Here is something I don’t see in the config:
https://airbnb.io/enzyme/docs/guides/jest.html#configure-with-jest |
Guys, appreciate your help. We have decided to stick to babel 6 for now. We are reverting changes. I am closing this issue. |
Hi, i am facing this error on React Native 0.63, any possible fixes for this? Can't find any proper solutions online. |
same problem on React Native 0.63 |
Can also report this is a problem on the following:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Trying to run Jest tests, but it's failing with an error. I am trying to do snapshot testing but it fails with
This is one of the test that keeps failing:
My package.json has this Jest configuration:
The text was updated successfully, but these errors were encountered: