Skip to content

Commit

Permalink
documented the new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Oct 27, 2019
1 parent 45fc743 commit 3bfc7eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_api-mocking/mock_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ parameters:
- Integer
content: |-
Limits the number of times the route can be used. If the route has already been called `repeat` times, the call to `fetch()` will fall through to be handled by any other routes defined (which may eventually result in an error if nothing matches it)
- name: delay
types:
- Integer
content: |-
Delays responding for the number of milliseconds specified.
- name: overwriteRoutes
types:
- Boolean
Expand Down

0 comments on commit 3bfc7eb

Please sign in to comment.