Skip to content

v1.22.0

Latest
Compare
Choose a tag to compare
@marcbachmann marcbachmann released this 11 Sep 08:32
4492f3c
  • Helper for delay in milliseconds (#312)
    mock.delayInMs(200).onGet("/foo").reply(200);
    mock.delayInMs(0).onGet("/bar").reply(200);