Test Effects
We are currently doing pretty good with our tests, but we still need to test some of the effects in:
- app.effects
- map.facade (finish up with effects tests that either do or do not dispatch actions)
Specifically, we weren't quite sure how to write a test for autoReload$
in app.effects, since auto update requires the user of a timer()
in the pipe.
Edited by Wilson, Christopher Scott