re-frame-test
re-frame-test copied to clipboard
How to test propagation pruning?
I'd like to write a test that asserts some subscription doesn't re-run when an event is fired. However it seems that subscriptions are re-run in the test whenever they are called/derefef, regardless of whether their input signals have changed.
Is this kind of test possible to write with re-frame.test
?