Prashanth Ramakrishnan
Prashanth Ramakrishnan
@resetko The URL is overwritten in the below if block: https://github.com/ctimmerm/axios-mock-adapter/blob/d60c55b9ebbc7556970461460e66ae253e9d6599/src/handle_request.js#L39-L45 The above code checks if the base URL and the underlying URL match, if they do, it replaces it...
Hey @ctimmerm, yes my solution is setting the delay in the `MockAdapter` directly. So it will work for one endpoint but if you set it again, it will get overridden...
@ctimmerm I have a revised approach with delay per request. Can you please review it?
Ping @ctimmerm If you have some time, please review this pull request
Hey @ctimmerm when you have time, please review this pull request. I would really appreciate it.
Please re-review @ctimmerm
Please re review.
@ctimmerm please review.
@ctimmerm Can you please re review?
> I would also be interested to have `withDelay()` accept a function. This would allow me to create a function that generates a random delay in a specific range. The...