angular-multimocks
angular-multimocks copied to clipboard
responseDelay only seems to have effect on successful mocked requests
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
so problem seems to be with my setup. I thought it was Angular 1.3 but it seems to work there as well