Replies: 1 comment
-
Hi @3a4oT, it's hard to know what is going on without more code. Are you able to reduce this to an example that we can run to reproduce? Or can you provide more of the surrounding context of the code? For example, how is the environment constructed for the test? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm kind of stuck with testing of action which wraps
Publishers.Zip
I have:
Then on reducer I use it like:
On my tests, I want to verify the chain of effects but I can not understand why TestStore doesn't track all action:
My expectation is that this test should fail because the
butchNetworkResponse
action is missed, but it passed successfully, and the code underPublishers.Zip
was never executed.Beta Was this translation helpful? Give feedback.
All reactions