change (member moderation) : clean and add tests on Presenter

This commit is contained in:
ganfra 2025-05-21 18:31:08 +02:00
parent b0c95db0de
commit 2ac333bb52
4 changed files with 353 additions and 14 deletions

View file

@ -36,4 +36,7 @@ dependencies {
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.services.analytics.test)
testImplementation(libs.test.robolectric)
testImplementation(libs.androidx.compose.ui.test.junit)
}