Aminadav / node-run-middleware

NodeJS Express module to simulate URL requests, for internal executing REST API's
https://github.com/aminag/node-run-middleware
ISC License
65 stars 22 forks source link

mocking fetch to use node-run-middleware under the hood #34

Open faceyspacey opened 4 years ago

faceyspacey commented 4 years ago

for tests, I'm thinking of using this package to mock client-side fetch calls to direct calls to express. Is there a recipe for that?