Add unit test on LoadingIndicatorsPostProcessor

This commit is contained in:
Benoit Marty 2024-09-12 17:15:09 +02:00 committed by Benoit Marty
parent 2ee71b5dee
commit 32c2101184
2 changed files with 128 additions and 0 deletions

View file

@ -48,6 +48,7 @@ dependencies {
testImplementation(libs.test.robolectric)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.services.toolbox.test)
testImplementation(projects.tests.testutils)
testImplementation(libs.coroutines.test)
testImplementation(libs.test.turbine)