re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
p-himik 2020-10-19T01:26:14.155Z

You can redefine effects.

p-himik 2020-10-19T01:26:34.155200Z

Just call reg-fx again with the same ID and with a different implementation.

willier 2020-10-19T03:36:45.158200Z

hmm.. it's the effects that i want to test though. e.g. if the response is a 400 then x event will be dispatched or if 200 then the db should contain my data... something like that

2020-10-19T06:23:53.158900Z

Call the callback with the mocked response?