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
All the jest-http-mock tests fail on the latest LTS version of node, as they appear to use actual fetch rather than the mock (presumably because fetch is now available on LTS)
The text was updated successfully, but these errors were encountered:
All the jest-http-mock tests fail on the latest LTS version of node, as they appear to use actual
fetch
rather than the mock (presumably becausefetch
is now available on LTS)The text was updated successfully, but these errors were encountered: