You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: