Skip to content

Commit

Permalink
promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Mar 21, 2020
1 parent 99e9722 commit 9af0526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/_api-mocking/add-matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ left_code_blocks:
// TODO - can't think of a good use case yet
// Raise a PR if you can :-)
language: javascript
content_markdown: |-
One intent behind this functionality is to allow companies or publishers of particular toolsets to provide packages that extend fetch-mock to provide a more user friendly experience for developers using fetch to interact with their APIs. The GraphQL use case is a good example of this - the things which a developer might want to match on are buried in the request body, and written in a non-javascript query language. Please get in touch if you'd liek to collaborate on writing such a package.
{: .info}
---
2 changes: 1 addition & 1 deletion docs/_usage/usage-with-jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Usage with Jest
position: 6
parentItem: installation
content_markdown: |-
Please try out my new jest-friendly wrapper for fetch-mock, [fetch-mock-jest](https://github.com/wheresrhys/fetch-mock-jest), and [feedback](https://github.com/wheresrhys/fetch-mock-jest/issues)
Please try out the new jest-friendly wrapper for fetch-mock, [fetch-mock-jest](https://github.com/wheresrhys/fetch-mock-jest), and [feedback](https://github.com/wheresrhys/fetch-mock-jest/issues)
{: .info}
Jest has rapidly become a very popular, full-featured testing library. Usage of fetch-mock with Jest is sufficiently different to previous libraries that it deserves some examples of its own:
Expand Down

0 comments on commit 9af0526

Please sign in to comment.