Fetch-mock
fetch-mock
Mock HTTP requests with fetch.
fetch-mock
allows mocking HTTP requests made using fetch
or a library imitating its api, such as node-fetch
or fetch-ponyfill
, works across, browser and node.
Get it: npm install fetch-mock
Sample usage:
1 2 3 4 |
|
GIT FTW!