We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d9c22 commit ea0bb59Copy full SHA for ea0bb59
README.md
@@ -18,7 +18,7 @@ It currently supports the mocking with the [`cross-fetch`](https://www.npmjs.com
18
- [Mocking multiple fetches with `fetch.mockResponses`](#mocking-multiple-fetches-with-fetchmockresponses)
19
- [Reset mocks between tests with `fetch.resetMocks`](#reset-mocks-between-tests-with-fetchresetmocks)
20
- [Using `fetch.mock` to inspect the mock state of each fetch call](#using-fetchmock-to-inspect-the-mock-state-of-each-fetch-call)
21
- - [Using functions to mock slow servers](#using-functions-mock-slow-servers)
+ - [Using functions to mock slow servers](#using-functions-to-mock-slow-servers)
22
23
## Usage
24
0 commit comments