atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

Possible fix: Response transformed for each interceptors #60

Closed hugobast closed 8 years ago

hugobast commented 8 years ago

Looping on each interceptors while applying the response's configured transformResponse (array of fn or single closure) applies those transform many more times than expected.

hugobast commented 8 years ago

Ref: https://github.com/atecarlos/protractor-http-mock/issues/59

atecarlos commented 8 years ago

This was fixed in version 0.2.0