Add more tests

This commit is contained in:
Florian Renaud 2023-05-11 23:03:47 +02:00
parent 5e38049e75
commit deea472001
4 changed files with 51 additions and 3 deletions

View file

@ -52,6 +52,7 @@ dependencies {
api(projects.features.createroom.api)
testImplementation(libs.test.junit)
testImplementation(libs.test.mockk)
testImplementation(libs.coroutines.test)
testImplementation(libs.molecule.runtime)
testImplementation(libs.test.truth)