toggl / komposable-architecture

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

Test library doesn't provide latest changes #73

Open Quentin1010 opened 9 months ago

Quentin1010 commented 9 months ago

Version used : komposable-architecture-test-1.0.0-preview01

Test extensions provided by the library only gives some parts of the extensions that are supposed to be visible in the code. image

Todo's example uses extensions from komposable-architecture-test/src/main/java/com/toggl/komposable/test/store/ReducerTestExtensions.kt, but it's not available on my side

README regarding testing also doesn't seem up to date