Hi, I appreciate the awesome work done to birth this package.
I have been trying to test an angular component which has a mobx store injected into it but I can't seem to get a way to mock the mobx store such that I can dynamically change the values returned by some methods in the store. with ng-redux I can do something like MockNgRedux.getSelectorStub(selectorComponent) to stub out the selector.
So i'll like to know if there is a way this can be done when testing a component which makes use of mobx-angular
Hi, I appreciate the awesome work done to birth this package.
I have been trying to test an angular component which has a mobx
storeinjected into it but I can't seem to get a way to mock the mobx store such that I can dynamically change the values returned by some methods in the store. withng-reduxI can do something likeMockNgRedux.getSelectorStub(selectorComponent)to stub out the selector.So i'll like to know if there is a way this can be done when testing a component which makes use of
mobx-angular