elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

Implement tests and worker/watcher pattern in Redux saga #348

Open justinkambic opened 3 years ago

justinkambic commented 3 years ago

We recently noted that there's an opportunity to improve our redux sagas. Presently they're untested and, while most are essentially boilerplate, several of them have complex logic that we should be testing.

Additionally, we could investigate the possibility of implementing the worker/watcher pattern, as noted in the linked comment. This is worthy of additional discussion as well.