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
The text was updated successfully, but these errors were encountered:
trivikr
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 12, 2023
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Checkboxes for prior research
Describe the bug
The unit tests of
abort-controller
throw the following error in Node.js v20.3.0:TypeError: Cannot assign to read only property 'performance' of object '[object global]'
This is likely an issue with jest, and not with the SDK. The tests need to be fixed though.
SDK version number
main
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.3.0
Reproduction Steps
Run unit tests in
abort-controller
Observed Behavior
Expected Behavior
Possible Solution
No response
Additional Information/Context
Probably related #4824
The text was updated successfully, but these errors were encountered: