Poll history : add tests and fix others

This commit is contained in:
ganfra 2023-12-13 16:20:01 +01:00
parent 6020bf7b44
commit 055eb43708
17 changed files with 831 additions and 529 deletions

View file

@ -97,6 +97,8 @@ dependencies {
testImplementation(libs.test.mockk)
testImplementation(libs.test.junitext)
testImplementation(libs.test.robolectric)
testImplementation(projects.features.poll.test)
testImplementation(projects.features.poll.impl)
ksp(libs.showkase.processor)
}