-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
I would like to use the "real" ngRedux in tests, but the only way I've seen is to use a mock. For example,
beforeEach(angular.mock.module(function($provide) {
$provide.service('$ngRedux', function() {
this.connect = function() {
return function() {
return function(){}
};
};
});
I'm in the middle of testing a hybrid Angular/Redux app where using the real ngRedux in unit tests would add a lot of value.
gorshkov-leonid, jongunter, skortchmark9, Southpaw17, rperrote and 5 morerperrote and jasonk000
Metadata
Metadata
Assignees
Labels
No labels