-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f00035
commit 5dc96e2
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
Mock http requests made using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch) | ||
|
||
--- | ||
|
||
**Version 7 is in alpha. Please consider trying it out. `npm install [email protected]`** | ||
|
||
--- | ||
|
||
![node version](https://img.shields.io/node/v/fetch-mock.svg?style=flat-square) | ||
[![licence](https://img.shields.io/npm/l/fetch-mock.svg?style=flat-square)](https://github.com/wheresrhys/fetch-mock/blob/master/LICENSE) | ||
![npm downloads](https://img.shields.io/npm/dm/fetch-mock.svg?style=flat-square) | ||
|
@@ -23,12 +29,6 @@ fetchMock.restore(); | |
- [License](#license) | ||
- [Housekeeping](#housekeping) | ||
|
||
--- | ||
|
||
**Version 7 is in alpha. Please consider trying it out. `npm install [email protected]`** | ||
|
||
--- | ||
|
||
**I devote a lot of time to maintaining fetch-mock for free. I don't ask for payment, but am raising money for a refugee charity - <a href="https://www.justgiving.com/fundraising/rhys-evans-walk">please consider donating</a>** | ||
|
||
--- | ||
|