alternative solution feels too low level. i also wouldnt do such a thing 🙂 thanks for your answer! 🙌
Today's thought exercise inspired by https://github.com/cognitect-labs/transcriptor
Could you record the re-frame event loop as a transcript and replay it later to prove your handlers still work as expected.
I imagine for each step you'd want to record the effects and db changes as tests
You'd need the coeffects and event to replay the handler in a way that is likely to give a consistent return value form the handler