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
Currently, native fetch on Node 18 in CI is disabled because unit tests do not work on it as it nock a HTTP library does not support it. However, it would be a good idea to fix that. Generally, it could be done by separating integration / unit tests and running at least integration tests with native Fetch.
The text was updated successfully, but these errors were encountered:
Currently, native fetch on Node 18 in CI is disabled because unit tests do not work on it as it
nock
a HTTP library does not support it. However, it would be a good idea to fix that. Generally, it could be done by separating integration / unit tests and running at least integration tests with native Fetch.The text was updated successfully, but these errors were encountered: