[PM-19813] Migrate BaseServiceTest to Network module and enable test fixtures (#4967)

This commit is contained in:
Patrick Honkonen
2025-04-02 17:12:36 -04:00
committed by GitHub
parent a6862bb791
commit e67a143474
24 changed files with 52 additions and 59 deletions

View File

@@ -270,6 +270,9 @@ dependencies {
standardImplementation(libs.google.firebase.crashlytics)
standardImplementation(libs.google.play.review)
// Pull in test fixtures from other modules
testImplementation(testFixtures(project(":network")))
testImplementation(libs.androidx.compose.ui.test)
testImplementation(libs.google.hilt.android.testing)
testImplementation(platform(libs.junit.bom))