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
Experience working with this project has led me to the opinion that the testing suite could use some improvements. Particularly, the way we mock server responses is a bit contrived and confusing due to the way we're trying to deal with / simulate the node-fetch responses. We should just use nock or something similar to define the responses from a spoofed server, and let node-fetch do it's real thing.
The text was updated successfully, but these errors were encountered:
Experience working with this project has led me to the opinion that the testing suite could use some improvements. Particularly, the way we mock server responses is a bit contrived and confusing due to the way we're trying to deal with / simulate the
node-fetch
responses. We should just usenock
or something similar to define the responses from a spoofed server, and letnode-fetch
do it's real thing.The text was updated successfully, but these errors were encountered: