nabil-boag / angular-multimocks

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

add passThrough option #45

Open omer72 opened 8 years ago

omer72 commented 8 years ago

In case you need to bypass the mock and issue real http request

nabil-boag commented 8 years ago

This change is great, but can you please write a test for the new case similar to https://github.com/omer72/angular-multimocks/blob/master/app/src/js/multimocks.spec.js#L132

chrisiconolly commented 8 years ago

Is this something your able to add a test for? would be a nice addition.