angular-multimocks icon indicating copy to clipboard operation
angular-multimocks copied to clipboard

responseDelay only seems to have effect on successful mocked requests

Open builtbyjay opened this issue 8 years ago • 2 comments

builtbyjay avatar Apr 22 '16 15:04 builtbyjay

can't really get this one to work at all, example mock.json { "httpMethod": "POST", "responseDelay" : 5000, "statusCode": 200, "uri": ".*/someUrl", "response": {

} }

it happens instantenuous, is there a config that needs to be set, using grunt with angular-multmocks, 0.6.10

chrisnoringovo avatar Mar 10 '17 16:03 chrisnoringovo

so problem seems to be with my setup. I thought it was Angular 1.3 but it seems to work there as well

chrisnoringovo avatar Mar 13 '17 16:03 chrisnoringovo