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

@ -52,6 +52,8 @@ dependencies {
testImplementation(projects.services.analytics.test)
testImplementation(projects.features.messages.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.libraries.dateformatter.test)
testImplementation(projects.features.poll.test)
ksp(libs.showkase.processor)
}