David Sherman
David Sherman
> If you set `testRunner: 'jest-jasmine2'` in jest.preset.js, your tests should succeed again. We already have this in our jest.preset.js and are experiencing this issue. To add to this, the...
This feature would definitely be a huge improvement, the use cases are not just server calls but basically all possible side effects managed by middle-ware. An example of this is...
@ramiel The usecase is when you have side effects on specific actions. These are generally put into middlewares. With only the undo / redo actions how do you know which...