re-frame-test icon indicating copy to clipboard operation
re-frame-test copied to clipboard

How to test propagation pruning?

Open knubie opened this issue 4 years ago • 0 comments

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?

knubie avatar May 25 '20 19:05 knubie