jest-mock-promise
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "jest-mock-promise", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Synchronous Promise Mock for testing with Jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/jest-mock-promise.js", |
@@ -19,3 +19,3 @@ # What's this? | ||
* [Second example - Applying the synchronous Promise](#second-example---applying-the-synchronous-promise ) | ||
* [Third example - Mocking Axios](#third-example---mocking-axios) | ||
* [Third example - Mocking `fetch`](#third-example---mocking-fetch) | ||
* [API](#api) | ||
@@ -165,5 +165,5 @@ | ||
## Third example - Mocking Axios | ||
## Third example - Mocking `fetch` | ||
As the final example we can have a look source code of [`jest-mock-axios`](https://github.com/knee-cola/jest-mock-axios), which is based on `jest-mock-promise`. | ||
As the final example we can have a look source code of [`jest-mock-fetch`](https://github.com/knee-cola/jest-mock-fetch), which is based on `jest-mock-promise`. | ||
@@ -170,0 +170,0 @@ # API |
Sorry, the diff of this file is not supported yet
57080