-
Notifications
You must be signed in to change notification settings - Fork 90
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
jest expect failure error with BigInt #138
Labels
Comments
4 tasks
I'm still encountering jest bigint serialization errors:
This might actually need the linked fix. |
BigInts are serialized due to the use of multiple workers. That's why we don't run into test failures. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error is happening in our tests when an
expect
comparison ofBigInt
s fails:jestjs/jest#11617
It should be resolved by updating jest after this fix is merged and published:
jestjs/jest#11624
The text was updated successfully, but these errors were encountered: