Skip to content

Commit

Permalink
add more use cases to docs for Promise responses
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Oct 5, 2019
1 parent e50ffe3 commit 2665378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_api-mocking/mock_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "response"
position: 1.2
description: |-
Configures the http response returned by the mock. Accepts any of the following values or a `Promise` for any of them (useful when testing race conditions etc.). Unless otherwise stated, all responses have a `200` status
Configures the http response returned by the mock. Accepts any of the following values or a `Promise` for any of them (useful when testing race conditions, loading transitions etc.). Unless otherwise stated, all responses have a `200` status
types:
- String
- Object
Expand Down

0 comments on commit 2665378

Please sign in to comment.