Merge pull request #1437 from Jaehwa-Noh/remove-runner

Remove AndroidTest dependency and runner in `:designsystem`
pull/1238/merge
Don Turner 6 days ago committed by GitHub
commit 69f11b95ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,9 +21,6 @@ plugins {
}
android {
defaultConfig {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
}
@ -47,6 +44,4 @@ dependencies {
testImplementation(libs.hilt.android.testing)
testImplementation(libs.robolectric)
testImplementation(projects.core.screenshotTesting)
androidTestImplementation(libs.bundles.androidx.compose.ui.test)
}

Loading…
Cancel
Save