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
I'd highly recommend mocking the fetch in your tests so they aren't dependent on the Github API being up/your internet connection working. Would also avoid the issue of Node not having a native fetch method :)
The text was updated successfully, but these errors were encountered:
I'd highly recommend mocking the fetch in your tests so they aren't dependent on the Github API being up/your internet connection working. Would also avoid the issue of Node not having a native fetch method :)
The text was updated successfully, but these errors were encountered: