This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration options for angular integration #16
Comments
Yes,
By this, we can still pass multiple features to one call of Tobias |
I like that a lot |
What about instead: feature(name, [config]). Config would be an optional parameter so you could call
That way you do not need to pollute the config with a name property and you can call it the same way as now. |
Yes, true. Tobais |
Got it that makes a lot of sense. I agree with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now I have this line commented out because the application already uses angular.mock.e2e.$httpBackendDecorator and the mocks get overridden if I leave it there.
It would be a nice to be able to pass configuration options to features.
The text was updated successfully, but these errors were encountered: