-
Notifications
You must be signed in to change notification settings - Fork 575
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 Failing After Upgrade #1588
Comments
Could you share more details? Stacktrace maybe? |
With below dependencies,
If you upgrade jest (>=v27.4.6), it might be solved. (jestjs/jest#12157) I solve same problem by using yarn resolution (
|
We solved it in v3. You can try it out today. Let us know if you still have issues. |
Describe the bug
Hi,
can you imagine why some of our Test Cases are failing with the following Error:
ReferenceError: AbortSignal is not defined
after we upgrade @graphql-yoga/node from
2.12.1-canary-23a9ff8.0
to the latest release.If we revert the upgrade all test cases are passing again.
Your Example Website or App
test
Steps to Reproduce the Bug or Issue
Upgrade
Expected behavior
Upgrade without an issue.
Screenshots or Videos
No response
Platform
Node: 16.13.0
Jest: 26.6.3
Additional context
No response
The text was updated successfully, but these errors were encountered: