nabil-boag / angular-multimocks

Tools for managing mock data scenarios in AngularJS applications.
MIT License
35 stars 11 forks source link

responseDelay only seems to have effect on successful mocked requests #53

Open builtbyjay opened 8 years ago

chrisnoringovo commented 7 years ago

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 commented 7 years ago

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