Room join : add presenter tests

This commit is contained in:
ganfra 2024-04-11 21:07:10 +02:00
parent 79c6385edb
commit 038d8e3334
10 changed files with 410 additions and 88 deletions

View file

@ -50,6 +50,8 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.features.invite.test)
testImplementation(projects.tests.testutils)
ksp(libs.showkase.processor)
}