Update tests

This commit is contained in:
Benoit Marty 2024-11-06 10:11:50 +01:00
parent 0bbb1ac23d
commit d041de3217
4 changed files with 186 additions and 8 deletions

View file

@ -31,6 +31,7 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.features.call.test)
testImplementation(projects.tests.testutils)
testImplementation(libs.androidx.compose.ui.test.junit)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)