toggl / komposable-architecture

🏗️ Kotlin implementation of Point-Free's composable architecture
Apache License 2.0
280 stars 20 forks source link

Add tests for ReducerExtension methods #57

Closed semanticer closed 1 year ago

semanticer commented 1 year ago

Description

Currently, our codebase lacks adequate testing for reducer composition. It's time to address this gap and implement comprehensive tests for reducer composition.

Definition of done