Dmitry Zaets
Dmitry Zaets
From one side it is a good idea. From another side - it could hide errors because you will ensure that you are triggering action, but payload can have a...
Unfortunately wit the current implementation it expects for all the nested actions to return a resolved promise only: https://github.com/redux-things/redux-actions-assertions-js/blob/78a5fefba99034d38b6454731cc5b167e100e373/src/asserts/utils/unrollActions.js#L13
@TristanWright thanks for the hint. Javascript variant is actually accept `fail` callback as argument, but it was not used in any assertions wrapper. We can add it in order to...
Here is the issue: https://github.com/redux-things/redux-actions-assertions/issues/33 @giuband, will you be able to take it over?
Hi, unfortunately with the current implementation it is not possible to chain the assertions, but I think you can just do two asserts one by one, something like this (not...
Hi, Excuse me for the late response. 1. I'm not sure, but I think you can't test the order of the functions (but should be relatively easy to add a...
related to https://github.com/reactjs/react-docgen/issues/153 and https://github.com/reactjs/react-docgen/pull/122
Dub of https://github.com/eclipse/paho.mqtt.javascript/pull/201
Dub of https://github.com/eclipse/paho.mqtt.javascript/pull/201
I haven't been working on the repo for a long time. I would be more than happy if someone else will participate as a maintainer!