Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 6b63218

Browse files
authored
[PM-17142] Remove ExampleInstrumentedTest (#358)
1 parent 25dfa74 commit 6b63218

File tree

3 files changed

+0
-151
lines changed

3 files changed

+0
-151
lines changed

authenticator/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ dependencies {
215215
testImplementation(libs.square.okhttp.mockwebserver)
216216
testImplementation(libs.square.turbine)
217217

218-
androidTestImplementation(libs.bundles.tests.instrumented)
219-
220218
detektPlugins(libs.detekt.detekt.formatting)
221219
detektPlugins(libs.detekt.detekt.rules)
222220
}

authenticator/src/androidTest/kotlin/com/x8bit/bitwarden/android/authenticator/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 137 deletions
This file was deleted.

gradle/libs.versions.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,3 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
138138
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kotlinxKover" }
139139
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
140140
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
141-
142-
[bundles]
143-
tests-instrumented = [
144-
"androidx-compose-ui-test",
145-
"androidx-test-espresso",
146-
"androidx-test-runner",
147-
"androidx-test-rules",
148-
"fastlane-screengrab",
149-
"junit-junit5",
150-
"junit-vintage",
151-
"mockk-android",
152-
]

0 commit comments

Comments
 (0)